Remove brotli support (#531)

This commit is contained in:
Nikolay Kim 2025-03-16 12:38:09 +01:00 committed by GitHub
parent 7417ee3a4b
commit 5426790eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 21 additions and 471 deletions

View file

@ -12,7 +12,7 @@ jobs:
with:
toolchain: stable
- run:
cargo check --tests --all --no-default-features --features="ntex/compio,ntex/cookie,ntex/url,ntex/compress,ntex/openssl,ntex/rustls,ntex/ws,ntex/brotli"
cargo check --tests --all --no-default-features --features="ntex/compio,ntex/cookie,ntex/url,ntex/compress,ntex/openssl,ntex/rustls,ntex/ws"
clippy:
name: Clippy
@ -24,7 +24,7 @@ jobs:
toolchain: stable
components: clippy
- run:
cargo clippy --tests --all --no-default-features --features="ntex/compio,ntex/cookie,ntex/url,ntex/compress,ntex/openssl,ntex/rustls,ntex/ws,ntex/brotli"
cargo clippy --tests --all --no-default-features --features="ntex/compio,ntex/cookie,ntex/url,ntex/compress,ntex/openssl,ntex/rustls,ntex/ws"
fmt:
name: Rustfmt