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

feat: impls for Box and String conversions (#458)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Marcus Griep
2022-06-10 23:22:34 -04:00
committed by GitHub
parent 49a034259f
commit eb5fa30ada
2 changed files with 22 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.
- Implement `From<Box<str>>` and `Into<String>`. [#458]
[#458]: https://github.com/actix/actix-net/pull/458
## 1.0.0 - 2020-12-31