Skip to content

Commit

Permalink
Make stdlib compats less specific (#53)
Browse files Browse the repository at this point in the history
REPL and Dates were higher than julia compat entries effectively restricting julia compat.

Artifacts was already lower than julia compat so leaving it as "1" would not make this problematic
  • Loading branch information
disberd authored Jan 3, 2025
1 parent bb36284 commit c27f0a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Aqua = "0.8"
Artifacts = "1.3"
Artifacts = "1"
Cobweb = "0.6, 0.7"
Dates = "1.11.0"
Dates = "1"
Downloads = "1.6"
EasyConfig = "0.1"
JSON3 = "1.14"
REPL = "1.11.0"
REPL = "1"
julia = "1.7"

[extras]
Expand Down

0 comments on commit c27f0a5

Please sign in to comment.