Skip to content

Commit c7b86a6

Browse files
committed
Bump major version
1 parent 951523a commit c7b86a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/rust-analyzer/lib/smol_str/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "smol_str"
3-
version = "0.1.16"
4-
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
5-
repository = "https://github.com/matklad/smol_str"
3+
version = "0.1.17"
64
description = "small-string optimized string type with O(1) clone"
75
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/matklad/smol_str"
7+
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
88
edition = "2018"
99

1010
[dependencies]

0 commit comments

Comments
 (0)