Skip to content

Commit

Permalink
chore: sort features
Browse files Browse the repository at this point in the history
  • Loading branch information
flisky authored and djc committed Sep 4, 2024
1 parent 1d57d93 commit f8c2036
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,14 @@ required-features = ["aws-lc-rs"]

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

0 comments on commit f8c2036

Please sign in to comment.