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 70bfd54 commit a1f1463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
toolchain: stable
components: clippy
- run: cargo clippy --all-features
- run: cargo clippy --all-features --features=["dep:rustls"]

fmt:
name: Rustfmt
Expand Down
2 changes: 2 additions & 0 deletions ntex-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ openssl = ["tls_openssl"]

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


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

0 comments on commit a1f1463

Please sign in to comment.