We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951523a commit c7b86a6Copy full SHA for c7b86a6
src/tools/rust-analyzer/lib/smol_str/Cargo.toml
@@ -1,10 +1,10 @@
1
[package]
2
name = "smol_str"
3
-version = "0.1.16"
4
-authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
5
-repository = "https://github.com/matklad/smol_str"
+version = "0.1.17"
6
description = "small-string optimized string type with O(1) clone"
7
license = "MIT OR Apache-2.0"
+repository = "https://github.com/matklad/smol_str"
+authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
8
edition = "2018"
9
10
[dependencies]
0 commit comments