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

fix no_std compatibility (#471)

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
VladimirBramstedt
2022-11-12 08:00:06 +01:00
committed by GitHub
parent bb36e2a072
commit 9ede174e81
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2022-xx-xx
- Fix no_std compatibility. [#471]
[#471]: https://github.com/actix/actix-net/pull/471
## 1.2.0 - 2022-11-07