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 a9a54f2 commit d7d6d8aCopy full SHA for d7d6d8a
src/tools/rust-analyzer/lib/smol_str/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "smol_str"
3
-version = "0.1.21"
+version = "0.1.22"
4
description = "small-string optimized string type with O(1) clone"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/rust-analyzer/smol_str"
@@ -18,4 +18,4 @@ serde = { version = "1.0.136", features = ["derive"] }
18
19
[features]
20
default = ["std"]
21
-std = ["serde/std"]
+std = ["serde?/std"]
0 commit comments