This commit is contained in:
Nikolay Kim 2024-09-25 18:49:31 +05:00
parent a1f14637f0
commit 4a604688c7
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
with:
toolchain: stable
components: clippy
- run: cargo clippy --all-features --features=["dep:rustls"]
- run: cargo clippy --all-features
fmt:
name: Rustfmt

View file

@ -25,7 +25,6 @@ openssl = ["tls_openssl"]
rustls = ["tls_rust"]
rustls-default = ["tls_rust", "tls_rust/ring", "tls_rust/std"]
[dependencies]
ntex-bytes = "0.1"
ntex-io = "2.3"