Skip to content

Commit

Permalink
enable rustls-platform-verifier for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
flisky authored and djc committed Sep 4, 2024
1 parent a6a5687 commit 1d57d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ required-features = ["aws-lc-rs"]

[package.metadata.docs.rs]
no-default-features = true
features = ["http1", "http2", "webpki-tokio", "native-tokio", "ring", "tls12", "logging"]
features = ["http1", "http2", "webpki-tokio", "native-tokio", "ring", "tls12", "logging", "rustls-platform-verifier"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 1d57d93

Please sign in to comment.