diff --git a/Cargo.toml b/Cargo.toml index 098cc52..109a38b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hipstr" -version = "0.5.0" +version = "0.5.1" authors = ["Polazarus "] description = """Yet another string for Rust: zero-cost borrow and slicing, inline representation for small strings, (atomic) reference counting"""