diff options
author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2019-10-29 16:01:41 +0200 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2019-10-29 09:01:41 -0500 |
commit | 4b05a9d34938184d5a045cc33417f57bdf2e14a8 (patch) | |
tree | b6e2d205028cd21a63feee1bb8f706452c2cdd47 | |
parent | 189d2b92ee87454a92c88d919b363dab7123ca2e (diff) | |
download | milf-rs-4b05a9d34938184d5a045cc33417f57bdf2e14a8.tar.gz milf-rs-4b05a9d34938184d5a045cc33417f57bdf2e14a8.zip |
update (#352)
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |