1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 01:39:33 +00: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

@ -26,7 +26,7 @@ before_install:
before_cache: |
if [[ "$TRAVIS_RUST_VERSION" == "nightly-2019-04-02" ]]; then
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --version 0.6.11 cargo-tarpaulin
fi
# Add clippy

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