Remove the tokio-rustls feature from the docs.rs build

the tokio tls features don't play nice together at the moment
and break the doc build
pull/57/head
Constantin Nickel 4 years ago committed by Sebastian Dröge
parent 75227304fe
commit 77c1f7b2a3
  1. 2
      Cargo.toml

@ -24,7 +24,7 @@ tokio-rustls = ["tokio-runtime", "real-tokio-rustls"]
tokio-openssl = ["tokio-runtime", "real-tokio-openssl", "openssl"] tokio-openssl = ["tokio-runtime", "real-tokio-openssl", "openssl"]
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = ["async-std-runtime", "tokio-runtime", "gio-runtime", "async-tls", "async-native-tls", "tokio-native-tls", "tokio-rustls"] features = ["async-std-runtime", "tokio-runtime", "gio-runtime", "async-tls", "async-native-tls", "tokio-native-tls"]
[dependencies] [dependencies]
log = "0.4" log = "0.4"

Loading…
Cancel
Save