Merge branch 'master' into older-cargo-hack

This commit is contained in:
Yuki Okushi 2022-11-12 16:00:41 +09:00 committed by GitHub
commit 525488f5e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.59.
- Fix no_std compatibility. [#471]
[#471]: https://github.com/actix/actix-net/pull/471
## 1.2.0 - 2022-11-07

View File

@ -18,7 +18,7 @@ name = "bytestring"
path = "src/lib.rs"
[dependencies]
bytes = "1.2"
bytes = { version = "1.2", default-features = false }
serde = { version = "1.0", optional = true }
[dev-dependencies]