Skip to content

Commit f8c2036

Browse files
fliskydjc
authored andcommitted
chore: sort features
1 parent 1d57d93 commit f8c2036

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Cargo.toml

+10-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,14 @@ required-features = ["aws-lc-rs"]
5656

5757
[package.metadata.docs.rs]
5858
no-default-features = true
59-
features = ["http1", "http2", "webpki-tokio", "native-tokio", "ring", "tls12", "logging", "rustls-platform-verifier"]
59+
features = [
60+
"http1",
61+
"http2",
62+
"logging",
63+
"native-tokio",
64+
"ring",
65+
"rustls-platform-verifier",
66+
"tls12",
67+
"webpki-tokio",
68+
]
6069
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)