Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #243 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 7489760 + 80bd0a4 commit 74211ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -13,7 +13,7 @@ keywords = ["yaml", "serde"]

[dependencies]
ryu = "1.0"
indexmap = "1.5"
indexmap = { version = "1.5.2", features = ["std"] }
serde = "1.0.69"
yaml-rust = "0.4.5"

Expand Down

0 comments on commit 74211ec

Please sign in to comment.