Skip to content

Commit

Permalink
Use alloy primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Apr 23, 2024
1 parent 73acdcf commit b0faeda
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 115 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ alloy-rpc-types = {git = "https://github.com/alloy-rs/alloy.git", optional = tru
alloy-transport = {git = "https://github.com/alloy-rs/alloy.git", optional = true, default-features = false }

[dev-dependencies]
alloy-primitives = { version = "0.7.0", default-features = false }
alloy-sol-types = { version = "0.7.0", default-features = false }
ethers-contract = { version = "2.0.14", default-features = false }
anyhow = "1.0.82"
criterion = "0.5"
Expand Down
Loading

0 comments on commit b0faeda

Please sign in to comment.