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

Commit

Permalink
Preserve order of map keys
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 20, 2016
1 parent eb1b34c commit 9faf033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ keywords = ["yaml", "serde"]
[dependencies]
clippy = { version = "^0.*", optional = true }
serde = "^0.7"
yaml-rust = "^0.3"
yaml-rust = { version = "^0.3.1", features = ["preserve_order"] }

0 comments on commit 9faf033

Please sign in to comment.