From be5a9aa93809529d5fe1ab1da38c1ca4a04b1577 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 00:43:25 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 36b4b8c..11737b8 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Scratch = "6c6a2e73-6563-6170-7368-637461726353" [compat] +Downloads = "1" Pkg = "1" Scratch = "1" julia = "1.10"