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 = []