From 77373e2b140f9cb79dc52bd31928703f48669fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Str=C3=B6mer?= Date: Mon, 3 Jun 2024 18:33:23 +0200 Subject: [PATCH] chore: up julia compat requirement, and revoke change in Pkg compat entry, to accomodate RuntimeGeneratedFunctions (which compats on julia = "1.10") --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ab3a91cf..d65f1fe1 100644 --- a/Project.toml +++ b/Project.toml @@ -66,7 +66,7 @@ LoggingExtras = "1.0" Markdown = "<0.0.1,1" MultiObjectiveAlgorithms = "1.3" OrderedCollections = "1.6" -Pkg = "1.9,1.10" +Pkg = "1.10" PrecompileTools = "1.2" Printf = "<0.0.1,1" ProgressMeter = "1.10" @@ -76,4 +76,4 @@ Suppressor = "0.2" Tectonic = "0.8" YAML = "0.4" ZipFile = "0.10" -julia = "1.9" +julia = "1.10"