Skip to content

Commit

Permalink
Merge pull request #885 from cuviper/indexmap-std
Browse files Browse the repository at this point in the history
Explicitly enable indexmap/std
  • Loading branch information
dtolnay committed May 3, 2022
2 parents c0f9343 + 27939bb commit f34ef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"

Expand Down

0 comments on commit f34ef95

Please sign in to comment.