mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-01-17 17:12:14 +00:00
Merge pull request rust-analyzer/smol_str#54 from rust-analyzer/opt-dep-feat
This commit is contained in:
commit
fef9abc8f1
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "smol_str"
|
||||
version = "0.1.24"
|
||||
version = "0.1.25"
|
||||
description = "small-string optimized string type with O(1) clone"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rust-analyzer/smol_str"
|
||||
@ -18,4 +18,4 @@ serde = { version = "1.0.136", features = ["derive"] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["serde/std"]
|
||||
std = ["serde?/std"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user