Skip to content

Commit 3175d69

Browse files
committed
fix: minimize deps for docs.rs build
We don't need the rustls backends, since the docs only really need the api, not the providers. Fixes: #49
1 parent ef63d06 commit 3175d69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ path = "examples/http-change-certificate.rs"
6666
[package.metadata.docs.rs]
6767
features = [
6868
"rustls-core",
69-
"rustls",
70-
"rustls-aws-lc",
71-
"rustls-fips",
72-
"rustls-ring",
7369
"native-tls",
7470
"openssl",
7571
"rt"

0 commit comments

Comments
 (0)