From 9681acf2449cb612f1a16925208606e295fd7723 Mon Sep 17 00:00:00 2001 From: polazarus Date: Tue, 31 Dec 2024 14:35:16 +0100 Subject: [PATCH] chore: bump patch version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4dcc32..2b1cbae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hipstr" -version = "0.6.0" +version = "0.6.1" authors = ["Polazarus "] description = """Yet another string for Rust: zero-cost borrow and slicing, inline representation for small strings, (atomic) reference counting"""