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 eb5fa30 commit 71b4e55Copy full SHA for 71b4e55
bytestring/CHANGES.md
@@ -1,8 +1,12 @@
1
# Changes
2
3
## Unreleased - 2022-xx-xx
4
+
5
6
+## 1.1.0 - 2022-06-11
7
+- Implement `From<Box<str>>` for `ByteString`. [#458]
8
+- Implement `Into<String>` for `ByteString`. [#458]
9
- Minimum supported Rust version (MSRV) is now 1.49.
-- Implement `From<Box<str>>` and `Into<String>`. [#458]
10
11
[#458]: https://github.com/actix/actix-net/pull/458
12
bytestring/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bytestring"
-version = "1.0.0"
+version = "1.1.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
0 commit comments