From b52b7a18bddda8c9a42fbd819b06a4183386bf5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 17 Oct 2023 23:00:44 +0100 Subject: [PATCH] Add more compat bounds for JLLs and stdlibs (#336) --- Project.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Project.toml b/Project.toml index d8fadad6..19d7e581 100644 --- a/Project.toml +++ b/Project.toml @@ -37,15 +37,35 @@ pigz_jll = "1bc43ea1-30af-5bc8-a9d4-c018457e6e3e" unzip_jll = "88f77b66-78eb-5ed0-bc16-ebba0796830d" [compat] +Bzip2_jll = "1.0.8" CodecZlib = "0.5, 0.6, 0.7" +Downloads = "1.5" +Gzip_jll = "1.12.0" HistoricalStdlibVersions = "0.1, 1" +InteractiveUtils = "1.7" JLLWrappers = "1.4" JSON = "0.21" +LibGit2 = "1.7" +LibGit2_jll = "1.2.3" +Libdl = "1.7" +Logging = "1.7" OrderedCollections = "1.4.1" OutputCollectors = "0.1" +Pkg = "1.7" +Printf = "1.7" ProgressMeter = "1" +REPL = "1.7" +Random = "1.7" +SHA = "0.7, 1.7" Scratch = "1.0" SimpleBufferStream = "1" +TOML = "1" Tar = "1.7" +Tar_jll = "1.35.0" +UUIDs = "1.7" +XZ_jll = "5.4.4" +Zstd_jll = "1.5.5" +p7zip_jll = "16.2.1, 17.4.0" +pigz_jll = "2.7.0" unzip_jll = "6.0.2" julia = "1.7"