Skip to content

Commit

Permalink
Allow vendoring openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn committed Apr 7, 2021
1 parent 100e4cf commit 8a61d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postgres-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ circle-ci = { repository = "sfackler/rust-postgres" }
[features]
default = ["runtime"]
runtime = ["tokio-postgres/runtime"]
vendored-openssl = ["tokio-native-tls/vendored-openssl", "native-tls/vendored"]

[dependencies]
futures = "0.3"
native-tls = "0.2"
tokio = "1.0"
tokio-native-tls = "0.3"
tokio-native-tls = { git = "https://github.com/pimeys/tls", branch = "vendored-openssl" }
tokio-postgres = { version = "0.7.0", path = "../tokio-postgres", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 8a61d46

Please sign in to comment.