Skip to content

Commit cf4da2f

Browse files
committed
"preserve_order"
1 parent 6f95113 commit cf4da2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/revm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ auto_impl = { version = "1.1", default-features = false }
1818

1919
# Optional
2020
serde = { version = "1.0", default-features = false, features = ["derive", "rc"], optional = true }
21-
serde_json = { version = "1.0", default-features = false, features = ["alloc"], optional = true }
21+
serde_json = { version = "1.0", default-features = false, features = ["alloc", "preserve_order"], optional = true }
2222

2323
# ethersdb
2424
tokio = { version = "1.34", features = [

0 commit comments

Comments
 (0)