1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

update actix-http changes

This commit is contained in:
Nikolay Kim
2019-06-28 12:34:43 +06:00
parent a3a78ac6fb
commit cac162aed7
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,10 @@
### Changed
* Use `encoding_rs` crate instead of unmaintained `encoding` crate
* Use `encoding_rs` crate instead of unmaintained `encoding` crate
* Add `Copy` and `Clone` impls for `ws::Codec`
## [0.2.4] - 2019-06-16