Skip to content

Commit b0faeda

Browse files
committed
Use alloy primitives
1 parent 73acdcf commit b0faeda

File tree

3 files changed

+109
-115
lines changed

3 files changed

+109
-115
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/revm/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ alloy-rpc-types = {git = "https://github.com/alloy-rs/alloy.git", optional = tru
4646
alloy-transport = {git = "https://github.com/alloy-rs/alloy.git", optional = true, default-features = false }
4747

4848
[dev-dependencies]
49+
alloy-primitives = { version = "0.7.0", default-features = false }
50+
alloy-sol-types = { version = "0.7.0", default-features = false }
4951
ethers-contract = { version = "2.0.14", default-features = false }
5052
anyhow = "1.0.82"
5153
criterion = "0.5"

0 commit comments

Comments
 (0)