mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
wip
This commit is contained in:
parent
a1f14637f0
commit
4a604688c7
2 changed files with 1 additions and 2 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue