From 8333f0a3e2ccb46795dfe56f41991019591e3638 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Fri, 16 Feb 2024 17:35:46 +1300 Subject: [PATCH] loosen a bit --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index d0d689a..a326a6a 100644 --- a/Project.toml +++ b/Project.toml @@ -16,14 +16,14 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] AbstractTrees = "0.3,0.4" -Base64 = "1.6" -Markdown = "1.5" -REPL = "1.5" +Base64 = "1" +Markdown = "1" +REPL = "1" ReplMaker = "0.2" ResourceContexts = "0.1,0.2" -SHA = "0.7, 1.6" -TOML = "1.5" -UUIDs = "1.5" +SHA = "0.7, 1" +TOML = "1" +UUIDs = "1" julia = "1.5" [extras]