mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-17 13:33:31 +01:00
prepare bytestring release 1.1.0 (#461)
This commit is contained in:
parent
eb5fa30ada
commit
71b4e55c92
@ -1,8 +1,12 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.0 - 2022-06-11
|
||||||
|
- Implement `From<Box<str>>` for `ByteString`. [#458]
|
||||||
|
- Implement `Into<String>` for `ByteString`. [#458]
|
||||||
- Minimum supported Rust version (MSRV) is now 1.49.
|
- 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
|
[#458]: https://github.com/actix/actix-net/pull/458
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bytestring"
|
name = "bytestring"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user