From c6dda2aca7cab0101cc2b660e490dd1899f78c01 Mon Sep 17 00:00:00 2001 From: Ronan Arraes Jardim Chagas Date: Wed, 1 Jan 2025 23:10:31 -0300 Subject: [PATCH] :bug: Fix Downloads.jl compat version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6930624..e036fb2 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" [compat] Crayons = "4.0" Dates = "1.10" -Downloads = "1.10" +Downloads = "1.4" Logging = "1.10" PrecompileTools = "1" Printf = "1.10"