diff --git a/Cargo.lock b/Cargo.lock index 463a5cb3..3c6ffa21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bytestring" -version = "1.5.0" +version = "1.5.1" dependencies = [ "ahash", "bytes", diff --git a/bytestring/CHANGES.md b/bytestring/CHANGES.md index 4c7332df..c74164dc 100644 --- a/bytestring/CHANGES.md +++ b/bytestring/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.5.1 + - Minimum supported Rust version (MSRV) is now 1.88. - Improve `From for String` performance. - Improve ASCII `TryFrom` conversions performance. diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index bbc64412..16c6ea2b 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytestring" -version = "1.5.0" +version = "1.5.1" description = "A UTF-8 encoded read-only string using `Bytes` as storage" authors = ["Nikolay Kim ", "Rob Ede "] keywords = ["string", "bytes", "utf8", "web", "bytestring"] diff --git a/bytestring/README.md b/bytestring/README.md index f55bbc4a..e9c2b22a 100644 --- a/bytestring/README.md +++ b/bytestring/README.md @@ -5,11 +5,11 @@ [![crates.io](https://img.shields.io/crates/v/bytestring?label=latest)](https://crates.io/crates/bytestring) -[![Documentation](https://docs.rs/bytestring/badge.svg?version=1.5.0)](https://docs.rs/bytestring/1.5.0) +[![Documentation](https://docs.rs/bytestring/badge.svg?version=1.5.1)](https://docs.rs/bytestring/1.5.1) [![Version](https://img.shields.io/badge/rustc-1.88+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/bytestring.svg)
-[![Dependency Status](https://deps.rs/crate/bytestring/1.5.0/status.svg)](https://deps.rs/crate/bytestring/1.5.0) +[![Dependency Status](https://deps.rs/crate/bytestring/1.5.1/status.svg)](https://deps.rs/crate/bytestring/1.5.1) ![Download](https://img.shields.io/crates/d/bytestring.svg) [![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)