1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare bytestring release 1.2.1

This commit is contained in:
Rob Ede
2022-11-12 13:19:09 +00:00
parent 9ede174e81
commit 8e9401f8e1
2 changed files with 5 additions and 2 deletions

View File

@ -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