From fcc2278518efceef120b9bdec23772c90d2cd03a Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 29 Dec 2020 00:12:23 +0000 Subject: [PATCH] disable default tls impl --- actix-tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index ffb25b48..de2d859f 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -23,7 +23,7 @@ name = "basic" required-features = ["accept", "rustls"] [features] -default = ["accept", "connect", "http", "native-tls"] +default = ["accept", "connect", "http"] # enable acceptor services accept = []