Skip to content

Commit

Permalink
Fix feature name for generate_block_traces example (bluealloy#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb authored and fubuloubu committed Apr 11, 2024
1 parent 14978fd commit 1c537f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/Cargo.toml
Expand Up @@ -112,7 +112,7 @@ required-features = ["ethersdb"]
[[example]]
name = "generate_block_traces"
path = "../../examples/generate_block_traces.rs"
required-features = ["std", "serde", "ethersdb"]
required-features = ["std", "serde-json", "ethersdb"]

[[bench]]
name = "bench"
Expand Down

0 comments on commit 1c537f8

Please sign in to comment.