Skip to content

Commit

Permalink
trying direct openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 9e06e72 commit 886b7aa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ tikv-client = "0.2"
tokio = "1.33.0"

[target.'cfg(target_os = "linux")'.dependencies]
# This is a workaround for building the client in manylinux container. These dependencies
# are not directly used by this crate but the cargo will add the following features to the
# indirected dependencies in order to vender the OpenSSL.
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-native-roots"] }
openssl = { version = "0.10", features = ["vendored"] }
openssl-sys = { version = "0.9", features = ["vendored"] }

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 886b7aa

Please sign in to comment.