Merge pull request #21422 from ChayimFriedman2/new-smol-str
Publish smol_str v0.3.5
This commit is contained in:
commit
3e1dd59b16
2 changed files with 2 additions and 2 deletions
|
|
@ -2629,7 +2629,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "smol_str"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"borsh",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue