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 6061a44 commit bb36e2aCopy full SHA for bb36e2a
bytestring/CHANGES.md
@@ -1,11 +1,15 @@
1
# Changes
2
3
## Unreleased - 2022-xx-xx
4
-- Minimum supported Rust version (MSRV) is now 1.57.
+
5
6
+## 1.2.0 - 2022-11-07
7
- Add `ByteString::slice_ref` which can safely slice a `ByteString` into a new one with zero copy. [#470]
8
+- Minimum supported Rust version (MSRV) is now 1.57.
9
10
[#470]: https://github.com/actix/actix-net/pull/470
11
12
13
## 1.1.0 - 2022-06-11
14
- Implement `From<Box<str>>` for `ByteString`. [#458]
15
- Implement `Into<String>` for `ByteString`. [#458]
bytestring/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bytestring"
-version = "1.1.0"
+version = "1.2.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
0 commit comments