Unnamed repository; edit this file 'description' to name the repository.
Publish smol_str v0.3.5
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | lib/smol_str/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8188fbf960..5bdde7c7c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2629,7 +2629,7 @@ dependencies = [ [[package]] name = "smol_str" -version = "0.3.4" +version = "0.3.5" dependencies = [ "arbitrary", "borsh", diff --git a/lib/smol_str/Cargo.toml b/lib/smol_str/Cargo.toml index 118b25993f..4e7844b49e 100644 --- a/lib/smol_str/Cargo.toml +++ b/lib/smol_str/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol_str" -version = "0.3.4" +version = "0.3.5" description = "small-string optimized string type with O(1) clone" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str" |