File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.3.1
6+
7+ - No significant changes since ` 1.3.0 ` .
8+
59## 1.3.0
610
711- Implement ` AsRef<ByteString> ` for ` ByteString ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " bytestring"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44description = " A UTF-8 encoded read-only string using `Bytes` as storage"
55authors = [
66 " Nikolay Kim <[email protected] >" ,
Original file line number Diff line number Diff line change 55<!-- prettier-ignore-start -->
66
77[ ![ crates.io] ( https://img.shields.io/crates/v/bytestring?label=latest )] ( https://crates.io/crates/bytestring )
8- [ ![ Documentation] ( https://docs.rs/bytestring/badge.svg?version=1.3.0 )] ( https://docs.rs/bytestring/1.3.0 )
8+ [ ![ Documentation] ( https://docs.rs/bytestring/badge.svg?version=1.3.1 )] ( https://docs.rs/bytestring/1.3.1 )
99[ ![ Version] ( https://img.shields.io/badge/rustc-1.52+-ab6000.svg )] ( https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html )
1010![ MIT or Apache 2.0 licensed] ( https://img.shields.io/crates/l/bytestring.svg )
1111<br />
12- [ ![ Dependency Status] ( https://deps.rs/crate/bytestring/1.3.0 /status.svg )] ( https://deps.rs/crate/bytestring/1.3.0 )
12+ [ ![ Dependency Status] ( https://deps.rs/crate/bytestring/1.3.1 /status.svg )] ( https://deps.rs/crate/bytestring/1.3.1 )
1313![ Download] ( https://img.shields.io/crates/d/bytestring.svg )
1414[ ![ Chat on Discord] ( https://img.shields.io/discord/771444961383153695?label=chat&logo=discord )] ( https://discord.gg/NWpN5mmg3x )
1515
You can’t perform that action at this time.
0 commit comments