From f8c203647b125a2cadd7a162fe17a4ae4fcf3d38 Mon Sep 17 00:00:00 2001 From: Yin Jifeng Date: Wed, 4 Sep 2024 09:51:10 +0800 Subject: [PATCH] chore: sort features --- Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27eeb29..b877fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]