Skip to content

Commit b52b7a1

Browse files
authored
Add more compat bounds for JLLs and stdlibs (#336)
1 parent 380f2a7 commit b52b7a1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Project.toml

+20
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,35 @@ pigz_jll = "1bc43ea1-30af-5bc8-a9d4-c018457e6e3e"
3737
unzip_jll = "88f77b66-78eb-5ed0-bc16-ebba0796830d"
3838

3939
[compat]
40+
Bzip2_jll = "1.0.8"
4041
CodecZlib = "0.5, 0.6, 0.7"
42+
Downloads = "1.5"
43+
Gzip_jll = "1.12.0"
4144
HistoricalStdlibVersions = "0.1, 1"
45+
InteractiveUtils = "1.7"
4246
JLLWrappers = "1.4"
4347
JSON = "0.21"
48+
LibGit2 = "1.7"
49+
LibGit2_jll = "1.2.3"
50+
Libdl = "1.7"
51+
Logging = "1.7"
4452
OrderedCollections = "1.4.1"
4553
OutputCollectors = "0.1"
54+
Pkg = "1.7"
55+
Printf = "1.7"
4656
ProgressMeter = "1"
57+
REPL = "1.7"
58+
Random = "1.7"
59+
SHA = "0.7, 1.7"
4760
Scratch = "1.0"
4861
SimpleBufferStream = "1"
62+
TOML = "1"
4963
Tar = "1.7"
64+
Tar_jll = "1.35.0"
65+
UUIDs = "1.7"
66+
XZ_jll = "5.4.4"
67+
Zstd_jll = "1.5.5"
68+
p7zip_jll = "16.2.1, 17.4.0"
69+
pigz_jll = "2.7.0"
5070
unzip_jll = "6.0.2"
5171
julia = "1.7"

0 commit comments

Comments
 (0)