We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ede174 commit 8e9401fCopy full SHA for 8e9401f
bytestring/CHANGES.md
@@ -1,7 +1,10 @@
1
# Changes
2
3
## Unreleased - 2022-xx-xx
4
-- Fix no_std compatibility. [#471]
+
5
6
+## 1.2.1 - 2022-11-12
7
+- Fix `#[no_std]` compatibility. [#471]
8
9
[#471]: https://github.com/actix/actix-net/pull/471
10
bytestring/Cargo.toml
@@ -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>",
0 commit comments