From 937ddf9df9133272688b4ccafb0ae2c531ad3025 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sun, 2 Jan 2022 04:32:00 -0800 Subject: [PATCH] Prep release v1.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c926fb1..e83f4d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arcstr" -version = "1.1.1" +version = "1.1.2" authors = ["Thom Chiovoloni "] edition = "2018" description = "A better reference-counted string type, with zero-cost (allocation-free) support for string literals, and reference counted substrings."