Publish 0.3.1

This commit is contained in:
Lukas Wirth 2024-09-03 09:40:01 +02:00
parent 4c0d45e59b
commit 6db8eda235

View File

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