Skip to content

Commit

Permalink
Add more compat bounds for JLLs and stdlibs (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Oct 17, 2023
1 parent 380f2a7 commit b52b7a1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b52b7a1

Please sign in to comment.