mirror of
https://github.com/serde-rs/json.git
synced 2026-03-14 02:07:40 +00:00
Merge pull request #885 from cuviper/indexmap-std
Explicitly enable indexmap/std
This commit is contained in:
commit
f34ef95fd1
@ -14,7 +14,7 @@ rust-version = "1.36"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.100", default-features = false }
|
||||
indexmap = { version = "1.5", optional = true }
|
||||
indexmap = { version = "1.5.2", features = ["std"], optional = true }
|
||||
itoa = "1.0"
|
||||
ryu = "1.0"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user