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

update #352

Merged
merged 1 commit into from Oct 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"]