From 330d08dfdbcf1a294207f9bdd2792874903e774a Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Sat, 6 Feb 2021 12:11:50 +0900 Subject: [PATCH] Make native-tls the default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93a0637..705c5d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2018" all-features = true [features] -default = [] +default = ["native-tls"] native-tls = ["native-tls-crate"] native-tls-vendored = ["native-tls", "native-tls-crate/vendored"] rustls-tls = ["rustls", "webpki", "webpki-roots"]