Merge pull request #21422 from ChayimFriedman2/new-smol-str

Publish smol_str v0.3.5
This commit is contained in:
Chayim Refael Friedman 2026-01-08 20:51:59 +00:00 committed by GitHub
commit 3e1dd59b16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2629,7 +2629,7 @@ dependencies = [
[[package]]
name = "smol_str"
version = "0.3.4"
version = "0.3.5"
dependencies = [
"arbitrary",
"borsh",

View file

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