From 8e9401f8e1c6896c86b01820c90ea0e90184a30b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 12 Nov 2022 13:19:09 +0000 Subject: [PATCH] prepare bytestring release 1.2.1 --- bytestring/CHANGES.md | 5 ++++- bytestring/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bytestring/CHANGES.md b/bytestring/CHANGES.md index 0b1254ef..b096ed0d 100644 --- a/bytestring/CHANGES.md +++ b/bytestring/CHANGES.md @@ -1,7 +1,10 @@ # Changes ## Unreleased - 2022-xx-xx -- 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 diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 92131e4a..1cf7bbe6 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytestring" -version = "1.2.0" +version = "1.2.1" authors = [ "Nikolay Kim ", "Rob Ede ",