Skip to content

Commit

Permalink
Fix compat bounds for standard libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ committed Dec 11, 2024
1 parent 47616a5 commit 00fdacf
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 @@ -23,11 +23,11 @@ HerbGrammar = "^0.4.0"
HerbInterpret = "^0.1.3"
HerbSpecification = "^0.1.0"
LegibleLambdas = "0.3.0"
Logging = "1.11.0"
Logging = "1.8.0,1.9.0,1.10.0,1.11.0"
MLStyle = "^0.4.17"
Random = "1.11.0"
Random = "1.8.0,1.9.0,1.10.0,1.11.0"
StatsBase = "^0.34"
Test = "1.11.0"
Test = "1.8.0,1.9.0,1.10.0,1.11.0"
julia = "^1.8"

[extras]
Expand Down

0 comments on commit 00fdacf

Please sign in to comment.