Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Sep 25, 2024
1 parent 4a60468 commit 651cdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntex-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ openssl = ["tls_openssl"]

# rustls support
rustls = ["tls_rust"]
rustls-default = ["tls_rust", "tls_rust/ring", "tls_rust/std"]
rustls-ring = ["tls_rust", "tls_rust/ring", "tls_rust/std"]

[dependencies]
ntex-bytes = "0.1"
Expand Down

0 comments on commit 651cdd9

Please sign in to comment.