Skip to content

Commit f22ffe9

Browse files
authored
Update BinaryBuilderBase in the Manifest (#990)
* Update BinaryBuilderBase in the Manifest * Add compat for JLLWrappers in the tests
1 parent c693cce commit f22ffe9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2828

2929
[[BinaryBuilderBase]]
3030
deps = ["CodecZlib", "Downloads", "InteractiveUtils", "JSON", "LibGit2", "Libdl", "Logging", "OutputCollectors", "Pkg", "Random", "SHA", "SimpleBufferStream", "TOML", "Tar", "UUIDs", "p7zip_jll"]
31-
git-tree-sha1 = "a4b358c4bafcf19a216946276a6ca1a4cd832a4d"
31+
git-tree-sha1 = "b89a4d163105a65e4e3ad0f211e4e68d7dead95f"
3232
repo-rev = "master"
3333
repo-url = "https://github.com/JuliaPackaging/BinaryBuilderBase.jl.git"
3434
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ BinaryBuilderBase = "0.5"
3636
GitHub = "5.1"
3737
HTTP = "0.8"
3838
JLD2 = "0.1.6"
39+
JLLWrappers = "1.2.0"
3940
JSON = "0.21"
4041
LoggingExtras = "0.4"
4142
ObjectFile = "0.3.6"
@@ -48,8 +49,9 @@ ghr_jll = "0.13.0"
4849
julia = "1.6"
4950

5051
[extras]
52+
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
5153
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5254
VT100 = "7774df62-37c0-5c21-b34d-f6d7f98f54bc"
5355

5456
[targets]
55-
test = ["Test", "VT100"]
57+
test = ["JLLWrappers", "Test", "VT100"]

0 commit comments

Comments
 (0)