Skip to content

Commit 92f8fe4

Browse files
committed
preserve json order
1 parent e2598bb commit 92f8fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rand = "0.3"
2121
rust-crypto = "0.2"
2222
rustc-serialize = "0.3"
2323
serde = "0.9"
24-
serde_json = "0.9.5"
24+
serde_json = { version = "0.9.5", features = ["preserve_order"] }
2525
time = "0.1"
2626
linked-hash-map = "0.3"
2727
hostname = "^0.1"

0 commit comments

Comments
 (0)