diff --git a/Cargo.toml b/Cargo.toml index a4dcc323..2b1cbae8 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"""