From 00fdacf2ab1bde66b603ba458e214710c7acbe2b Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:22:58 +0300 Subject: [PATCH] Fix compat bounds for standard libraries --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 605a2844..0a81598a 100644 --- a/Project.toml +++ b/Project.toml @@ -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]