From d8134b648cb465aef2a65737ca20a9ea7ad8cc3c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 29 Nov 2021 20:29:33 +0000 Subject: [PATCH] fix features --- 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 a878dcdc..29feff73 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -21,7 +21,7 @@ name = "actix_tls" path = "src/lib.rs" [features] -default = ["accept", "connect", "uri", "rustls", "openssl", "native-tls"] +default = [] # enable acceptor services accept = []