1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-20 14:10:45 +00:00

actix_http::encoding always available

This commit is contained in:
Nikolay Kim 2019-04-16 10:27:58 -07:00
parent 420d3064c5
commit 3744957804
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,8 @@
### Changed
* `actix_http::encoding` always available
* use trust-dns-resolver 0.11.0

View file

@ -12,7 +12,6 @@ pub mod body;
mod builder;
pub mod client;
mod config;
#[cfg(any(feature = "flate2-zlib", feature = "flate2-rust", feature = "brotli"))]
pub mod encoding;
mod extensions;
mod header;