diff --git a/Cargo.toml b/Cargo.toml index e83f4d1..47341dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arcstr" -version = "1.1.2" +version = "1.1.3" 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."