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 2
2
3
3
## Unreleased
4
4
5
+ ## 1.3.1
6
+
7
+ - No significant changes since ` 1.3.0 ` .
8
+
5
9
## 1.3.0
6
10
7
11
- Implement ` AsRef<ByteString> ` for ` ByteString ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bytestring"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
description = " A UTF-8 encoded read-only string using `Bytes` as storage"
5
5
authors = [
6
6
" Nikolay Kim <[email protected] >" ,
Original file line number Diff line number Diff line change 5
5
<!-- prettier-ignore-start -->
6
6
7
7
[ ![ 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 )
9
9
[ ![ Version] ( https://img.shields.io/badge/rustc-1.52+-ab6000.svg )] ( https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html )
10
10
![ MIT or Apache 2.0 licensed] ( https://img.shields.io/crates/l/bytestring.svg )
11
11
<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 )
13
13
![ Download] ( https://img.shields.io/crates/d/bytestring.svg )
14
14
[ ![ Chat on Discord] ( https://img.shields.io/discord/771444961383153695?label=chat&logo=discord )] ( https://discord.gg/NWpN5mmg3x )
15
15
You can’t perform that action at this time.
0 commit comments