Make native-tls the default

pull/166/head
Dominik Nakamura 4 years ago
parent 25fd0b8617
commit 330d08dfdb
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910
  1. 2
      Cargo.toml

@ -16,7 +16,7 @@ edition = "2018"
all-features = true
[features]
default = []
default = ["native-tls"]
native-tls = ["native-tls-crate"]
native-tls-vendored = ["native-tls", "native-tls-crate/vendored"]
rustls-tls = ["rustls", "webpki", "webpki-roots"]

Loading…
Cancel
Save