mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
disable rustls support
This commit is contained in:
parent
8683ba8bb0
commit
512dd2be63
4 changed files with 5 additions and 6 deletions
|
@ -66,7 +66,7 @@ fail = ["actix-http/fail"]
|
|||
openssl = ["open-ssl", "actix-server/openssl", "awc/openssl"]
|
||||
|
||||
# rustls
|
||||
rustls = ["rust-tls", "actix-server/rustls", "awc/rustls"]
|
||||
# rustls = ["rust-tls", "actix-server/rustls", "awc/rustls"]
|
||||
|
||||
[dependencies]
|
||||
actix-codec = "0.2.0-alpha.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue