From a1f1ca49f930660e6ee0afa1cdbc1fc1a32b79fb Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:10:39 +0100 Subject: [PATCH] Consistent (non-)use of carets in `[compat]` The caret is the default SemVer behavior (https://pkgdocs.julialang.org/v1/compatibility/\#Caret-specifiers) and it seems other projects leave it off. --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index d73d22c3..6ba21563 100644 --- a/Project.toml +++ b/Project.toml @@ -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"