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."