Skip to content

Commit 7561722

Browse files
committed
Enable in serde_json for deterministic order in summary.json
1 parent 1c3a76d commit 7561722

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "process"
1717
derive_builder = "0.20.2"
1818
libc = "0.2.177"
1919
tracing = "0.1.41"
20-
serde_json = "1.0.145"
20+
serde_json = { version = "1.0.145", features = ["preserve_order"] }
2121
glob = "0.3.3"
2222
tracing-subscriber = "0.3.20"
2323
indicatif = "0.18.3"
2424
console = "0.16.1"
25-
futures = "0.3.31"
2625
clap = { version = "4.5.53", features = ["derive", "env"] }
2726
serde = { version = "1.0.228", features = ["derive"] }
2827
url = "2.5.7"

0 commit comments

Comments
 (0)