Unnamed repository; edit this file 'description' to name the repository.
Publish 0.3.2
Lukas Wirth 2024-10-24
parent 037436e · commit 076e315
-rw-r--r--lib/smol_str/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smol_str/Cargo.toml b/lib/smol_str/Cargo.toml
index 18506059d8..e89e0e8e02 100644
--- a/lib/smol_str/Cargo.toml
+++ b/lib/smol_str/Cargo.toml
@@ -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"