mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27: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:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: clippy
|
components: clippy
|
||||||
- run: cargo clippy --all-features --features=["dep:rustls"]
|
- run: cargo clippy --all-features
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
|
|
|
@ -25,7 +25,6 @@ openssl = ["tls_openssl"]
|
||||||
rustls = ["tls_rust"]
|
rustls = ["tls_rust"]
|
||||||
rustls-default = ["tls_rust", "tls_rust/ring", "tls_rust/std"]
|
rustls-default = ["tls_rust", "tls_rust/ring", "tls_rust/std"]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-bytes = "0.1"
|
ntex-bytes = "0.1"
|
||||||
ntex-io = "2.3"
|
ntex-io = "2.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue