From 9e628c3e374464acf83e07f50d8d45dc79c5d3d6 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Oct 2023 12:59:20 +0900 Subject: [PATCH 1/8] Add compats for standard libraries --- Project.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Project.toml b/Project.toml index 3c4a9cb65f..e488cadfe7 100644 --- a/Project.toml +++ b/Project.toml @@ -27,12 +27,24 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] ANSIColoredPrinters = "0.0.1" AbstractTrees = "0.4" +Base64 = "1.6" +Dates = "1.6" DocStringExtensions = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9" +Downloads = "1.6" IOCapture = "0.2" +InteractiveUtils = "1.6" JSON = "0.19, 0.20, 0.21" +LibGit2 = "1.6" +Logging = "1.6" +Markdown = "1.6" MarkdownAST = "0.1.1" +Pkg = "1.6" PrecompileTools = "1" RegistryInstances = "0.1" +REPL = "1.6" +SHA = "1.6" +Test = "1.6" +Unicode = "1.6" julia = "1.6" [extras] From ff24d028a2d4eefd70ccb6e6b203261007f2edef Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Oct 2023 13:49:35 +0900 Subject: [PATCH 2/8] also add compat for test stdlibs --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index e488cadfe7..a3eea8f4c8 100644 --- a/Project.toml +++ b/Project.toml @@ -41,10 +41,12 @@ MarkdownAST = "0.1.1" Pkg = "1.6" PrecompileTools = "1" RegistryInstances = "0.1" +Random = "1.6" REPL = "1.6" SHA = "1.6" Test = "1.6" Unicode = "1.6" +UUIDs = "1.6" julia = "1.6" [extras] From 288103fa095c66dd5c9c08c3b44e39c60e09351b Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Oct 2023 19:35:14 +1300 Subject: [PATCH 3/8] Try 0.7.0 for --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a3eea8f4c8..729849f2ba 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ PrecompileTools = "1" RegistryInstances = "0.1" Random = "1.6" REPL = "1.6" -SHA = "1.6" +SHA = "0.7" Test = "1.6" Unicode = "1.6" UUIDs = "1.6" From 362de000060ae356461ac2e1c7b192c1c475c079 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Oct 2023 19:47:51 +1300 Subject: [PATCH 4/8] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 729849f2ba..1c18748324 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ AbstractTrees = "0.4" Base64 = "1.6" Dates = "1.6" DocStringExtensions = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9" -Downloads = "1.6" +Downloads = "1.4" IOCapture = "0.2" InteractiveUtils = "1.6" JSON = "0.19, 0.20, 0.21" From 65f1ff06efd4232bf27ecc2274dc75ea3724e23e Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Oct 2023 20:35:06 +1300 Subject: [PATCH 5/8] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1c18748324..6a8723e0c4 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ PrecompileTools = "1" RegistryInstances = "0.1" Random = "1.6" REPL = "1.6" -SHA = "0.7" +SHA = "0.7, 1.6" Test = "1.6" Unicode = "1.6" UUIDs = "1.6" From 7f0d8a73aac7daa03d3851d5d7daa02357d0528e Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Oct 2023 20:35:30 +1300 Subject: [PATCH 6/8] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6a8723e0c4..80599ee8a4 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ AbstractTrees = "0.4" Base64 = "1.6" Dates = "1.6" DocStringExtensions = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9" -Downloads = "1.4" +Downloads = "1.5" IOCapture = "0.2" InteractiveUtils = "1.6" JSON = "0.19, 0.20, 0.21" From c34b018cdf908d3c721c34e8a33b853393667d54 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Oct 2023 20:38:30 +1300 Subject: [PATCH 7/8] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 80599ee8a4..695d0b5cf3 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ AbstractTrees = "0.4" Base64 = "1.6" Dates = "1.6" DocStringExtensions = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9" -Downloads = "1.5" +Downloads = "1.6" IOCapture = "0.2" InteractiveUtils = "1.6" JSON = "0.19, 0.20, 0.21" From 0c20bce7a2aa0d40a717304f3d7db3075f25b05a Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Oct 2023 20:46:08 +1300 Subject: [PATCH 8/8] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 695d0b5cf3..6a8723e0c4 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ AbstractTrees = "0.4" Base64 = "1.6" Dates = "1.6" DocStringExtensions = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9" -Downloads = "1.6" +Downloads = "1.4" IOCapture = "0.2" InteractiveUtils = "1.6" JSON = "0.19, 0.20, 0.21"