From 76289cd330469997255c484d3f1ea76b06e3d167 Mon Sep 17 00:00:00 2001 From: 1zuna Date: Sat, 19 Oct 2024 02:11:53 +0200 Subject: [PATCH] chore: tls feature naming --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9aaf467..d91f9f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ tokio = { version = "1", features = ["full"] } default = [ ] # SSL support with native-tls or rustls -ssl-native = ["reqwest/native-tls"] -ssl-rustls = ["reqwest/rustls-tls"] +tls-native = ["reqwest/native-tls"] +tls-rustls = ["reqwest/rustls-tls"]