Publish 0.3.2

This commit is contained in:
Lukas Wirth 2024-10-23 22:54:26 +02:00
parent 037436ef16
commit 076e315d60

View File

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