Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ windows-link = { version = "<=0.1.0" }
# Struggling to get OPEN_SSL env vars to point to the installed libs on these archs
# Remove these once we figure out the magic
[target.'cfg(target_arch = "aarch64")'.dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
openssl = { version = "0.10.72", features = ["vendored"] }
[target.'cfg(target_arch = "arm")'.dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
openssl = { version = "0.10.72", features = ["vendored"] }
[target.'cfg(target_arch = "powerpc64")'.dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
openssl = { version = "0.10.72", features = ["vendored"] }
[target.'cfg(target_env = "musl")'.dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
openssl = { version = "0.10.72", features = ["vendored"] }
[package.metadata.cargo-llvm-cov]
# End OPEN_SSL

Expand Down
Loading