From e49248741bad6c32d14680de0b9d66d3265a3230 Mon Sep 17 00:00:00 2001 From: simens_green Date: Sun, 26 May 2024 14:45:13 +0300 Subject: [PATCH] increment patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce7750e..eaa604a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol_str" -version = "0.2.2" +version = "0.2.3" description = "small-string optimized string type with O(1) clone" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-analyzer/smol_str"