fix features

This commit is contained in:
Rob Ede 2021-11-29 20:29:33 +00:00
parent 236c0a6b12
commit d8134b648c
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

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