Skip to content

Commit

Permalink
chore(deps): disable default features for revm (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Sep 21, 2024
1 parent 4cb6825 commit 5f17370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ futures = "0.3"

parking_lot = "0.12"

revm = { version = "14", features = ["std", "serde"] }
revm = { version = "14", default-features = false, features = ["std", "serde"] }
rustc-hash = "2.0"

serde = "1.0"
Expand Down

0 comments on commit 5f17370

Please sign in to comment.