Skip to content

Commit b38a973

Browse files
committed
Publish 0.3.0
1 parent 24bec15 commit b38a973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "smol_str"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
description = "small-string optimized string type with O(1) clone"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-analyzer/smol_str"
7-
authors = ["Aleksey Kladov <[email protected]>"]
7+
authors = ["Aleksey Kladov <[email protected]>", "Lukas Wirth <[email protected]>"]
88
edition = "2021"
99

1010
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)