From 77c1f7b2a36fbb362c9308e4fa019e1dc3c5c003 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Tue, 13 Oct 2020 13:10:23 +0200 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c814b09..91df711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio-rustls = ["tokio-runtime", "real-tokio-rustls"] tokio-openssl = ["tokio-runtime", "real-tokio-openssl", "openssl"] [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] log = "0.4"