Revert "Unvendor OpenSSL for Windows to avoid CI troubles with perl.exe"
This reverts commit 585695445f
.
This commit is contained in:
@ -35,13 +35,8 @@ zstd = "0.5.1"
|
|||||||
|
|
||||||
# openssl is a dependency of the goauth and smpl_jwt crates, but explicitly
|
# openssl is a dependency of the goauth and smpl_jwt crates, but explicitly
|
||||||
# declare it here as well to activate the "vendored" feature that builds OpenSSL
|
# declare it here as well to activate the "vendored" feature that builds OpenSSL
|
||||||
# statically...
|
# statically
|
||||||
[target."cfg(not(windows))".dependencies]
|
|
||||||
openssl = { version = "0.10", features = ["vendored"] }
|
openssl = { version = "0.10", features = ["vendored"] }
|
||||||
# ...except on Windows to avoid having to deal with getting CI past a build-time
|
|
||||||
# Perl dependency
|
|
||||||
[target."cfg(windows)".dependencies]
|
|
||||||
openssl = { version = "0.10", features = [] }
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["lib"]
|
crate-type = ["lib"]
|
||||||
|
Reference in New Issue
Block a user