From 15bfd59b3eeb6a94cc0ee7043550ade6c5738c3e Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Thu, 31 Aug 2023 08:38:03 +0200 Subject: [PATCH] Update Julia to 1.8 We require a const global struct that only works from 1.8 onwards Bump version to 0.2.0 --- .github/workflows/CI.yml | 3 +-- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c0539a5..9be7959 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,8 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.7' + - '1.8' - '1' - 'nightly' os: diff --git a/Project.toml b/Project.toml index 8198950..e31697b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JetReconstruction" uuid = "44e8cb2c-dfab-4825-9c70-d4808a591196" authors = ["Atell Krasnopolski ", "Graeme A Stewart "] -version = "0.1.0" +version = "0.2.0" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -19,7 +19,7 @@ ProfileSVG = "132c30aa-f267-4189-9183-c8a63c7e05e6" StatProfilerHTML = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5" [compat] -julia = "1.6" +julia = "1.8" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"