Skip to content

Commit

Permalink
Consistent (non-)use of carets in [compat]
Browse files Browse the repository at this point in the history
The caret is the default SemVer behavior (https://pkgdocs.julialang.org/v1/compatibility/\#Caret-specifiers)
and it seems other projects leave it off.
  • Loading branch information
ReubenJ committed Jan 21, 2025
1 parent c03cecd commit a1f1ca4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
DataStructures = "0.17,0.18"
HerbConstraints = "^0.2.0"
HerbCore = "^0.3.0"
HerbConstraints = "0.2.0"
HerbCore = "0.3.0"
HerbGrammar = "0.5"
HerbInterpret = "^0.1.3"
HerbInterpret = "0.1.3"
HerbSpecification = "0.2"
MLStyle = "^0.4.17"
MLStyle = "0.4.17"
Random = "1.8.0"
StatsBase = "^0.34"
julia = "^1.8"
StatsBase = "0.34"
julia = "1.8"

0 comments on commit a1f1ca4

Please sign in to comment.