mirror of https://github.com/fafhrd91/actix-net
disable default tls impl
This commit is contained in:
parent
b52c008fa8
commit
fcc2278518
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue