Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
update (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored and alexcrichton committed Oct 29, 2019
1 parent 189d2b9 commit 4b05a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -30,7 +30,7 @@ serde_json = "1.0"
[features]
default = []

# Use LinkedHashMap rather than BTreeMap as the map type of toml::Value.
# Use indexmap rather than BTreeMap as the map type of toml::Value.
# This allows data to be read into a Value and written back to a TOML string
# while preserving the order of map keys in the input.
preserve_order = ["indexmap"]

0 comments on commit 4b05a9d

Please sign in to comment.