| commit | 076e315d60a53fe3d431b85d12344a7a0228bc72 | [log] [tgz] |
|---|---|---|
| author | Lukas Wirth <lukastw97@gmail.com> | Wed Oct 23 22:54:26 2024 +0200 |
| committer | Lukas Wirth <lukastw97@gmail.com> | Wed Oct 23 22:56:02 2024 +0200 |
| tree | b0af267b896882c7519fe669261217cd8c573bd4 | |
| parent | 037436ef16b20d6eb5124e5db98daf40dbcd2135 [diff] |
Publish 0.3.2
diff --git a/lib/smol_str/Cargo.toml b/lib/smol_str/Cargo.toml index 1850605..e89e0e8 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"