Skip to content

Commit

Permalink
Enable rustls for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Sep 25, 2024
1 parent 9406613 commit acb18e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"
rust-version = "1.75"

[package.metadata.docs.rs]
features = ["compio", "tokio", "openssl", "rustls", "compress", "cookie", "ws", "brotli"]
features = ["compio", "tokio", "openssl", "rustls", "compress", "cookie", "ws", "brotli", "ntex-tls/rustls-ring"]

[lib]
name = "ntex"
Expand Down

0 comments on commit acb18e5

Please sign in to comment.