Merge branch 'master' into older-cargo-hack

This commit is contained in:
Rob Ede 2022-11-12 13:22:14 +00:00 committed by GitHub
commit b81554470b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,10 @@
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.59.
- Fix no_std compatibility. [#471]
## 1.2.1 - 2022-11-12
- Fix `#[no_std]` compatibility. [#471]
[#471]: https://github.com/actix/actix-net/pull/471

View File

@ -1,6 +1,6 @@
[package]
name = "bytestring"
version = "1.2.0"
version = "1.2.1"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",