This commit is contained in:
austaras 2023-01-23 18:57:29 +08:00
parent c5a4d2475e
commit ec90e593f3

View File

@ -1,6 +1,6 @@
[package]
name = "smol_str"
version = "0.1.23"
version = "0.1.24"
description = "small-string optimized string type with O(1) clone"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/smol_str"