1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

prepare bytestring release 1.3.0

This commit is contained in:
Rob Ede 2023-03-03 22:41:09 +00:00
parent fbb53f54ef
commit a6bece7b33
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
## Unreleased - 2022-xx-xx
## 1.3.0 - 2023-03-03
- Implement `AsRef<ByteString>` for `ByteString`.
- Minimum supported Rust version (MSRV) is now 1.59.
## 1.2.1 - 2022-11-12

View File

@ -1,6 +1,6 @@
[package]
name = "bytestring"
version = "1.2.1"
version = "1.3.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",