Skip to content

Commit

Permalink
chore: up julia compat requirement, and revoke change in Pkg compat e…
Browse files Browse the repository at this point in the history
…ntry, to accomodate RuntimeGeneratedFunctions (which compats on julia = "1.10")
  • Loading branch information
Stefan Strömer committed Jun 3, 2024
1 parent 00ffd5e commit 77373e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -76,4 +76,4 @@ Suppressor = "0.2"
Tectonic = "0.8"
YAML = "0.4"
ZipFile = "0.10"
julia = "1.9"
julia = "1.10"

0 comments on commit 77373e2

Please sign in to comment.