Skip to content

Commit c0d06d3

Browse files
add dummy versions to dummy jlls {LibCURL,MozillaCACerts}_jll (#37686)
This is required to allow LibCURL, which depends on these JLLs to be able to resolve them when running tests, otherwise it thinks that they have version 1.6 like Julia itself, which does not match what the compat requirements on these packages need.
1 parent 8659cfe commit c0d06d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stdlib/LibCURL_jll/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name = "LibCURL_jll"
22
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
3+
version = "7.71.1"
34

45
[deps]
56
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

stdlib/MozillaCACerts_jll/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name = "MozillaCACerts_jll"
22
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
3+
version = "2020.7.22"
34

45
[extras]
56
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)