From ff2789c0bad1f3256f2e49fb0d6f6342b680a733 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 29 Apr 2025 03:43:36 -0400 Subject: [PATCH] Fix `[compat]` entries for stdlibs --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 81aba9c..cd37e1c 100644 --- a/Project.toml +++ b/Project.toml @@ -11,11 +11,11 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] Aqua = "0.6" Compat = "4.4" -Printf = "1.6" -Random = "1.6" +Printf = "<0.0.1, 1" +Random = "<0.0.1, 1" Requires = "1.0" SpecialFunctions = "2.0" -Test = "1.6" +Test = "<0.0.1, 1" julia = "1.6" [extras]