Skip to content

Commit

Permalink
0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Mar 7, 2025
1 parent 1f6782e commit 387312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ significant_drop_tightening = "allow"
needless_return = "allow"

[workspace.dependencies]
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "a4e7099", features = [
alloy = { version = "0.12", features = [
"eips",
"full",
"hyper",
Expand All @@ -113,7 +113,7 @@ alloy = { git = "https://github.com/alloy-rs/alloy", rev = "a4e7099", features =
"signer-yubihsm",
] }

foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "18b93b0" }
foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "e920df5" }

revm-primitives = "15.0"
revm = "19.0"
Expand Down

0 comments on commit 387312f

Please sign in to comment.