Skip to content

Commit f14adeb

Browse files
author
David Orchard
committed
Enable dependency features for map order preservation
1 parent fc8cf0e commit f14adeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ lazy_static = "1.0"
2828
serde = "1.0.8"
2929
nom = "6"
3030

31-
toml = { version = "0.5", optional = true }
32-
serde_json = { version = "1.0.2", optional = true }
31+
toml = { version = "0.5", features = ["preserve_order"], optional = true }
32+
serde_json = { version = "1.0.2", features = ["std", "preserve_order"], optional = true }
3333
yaml-rust = { version = "0.4", optional = true }
3434
serde-hjson = { version = "0.9", default-features = false, optional = true }
3535
rust-ini = { version = "0.17", optional = true }
36-
ron = { version = "0.6", optional = true }
36+
ron = { version = "0.6", features = ["indexmap"], optional = true }
3737
json5_rs = { version = "0.3", optional = true, package = "json5" }
3838
linked-hash-map = { version = "0.5.4", features = ["serde_impl"] }
3939

0 commit comments

Comments
 (0)