Skip to content

Commit

Permalink
chore: pin revm
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Sep 11, 2023
1 parent e5ccf1f commit ff51ac0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ reth-network = { path = "./crates/net/network" }
reth-network-api = { path = "./crates/net/network-api" }
reth-rpc-types-compat = { path = "./crates/rpc/rpc-types-compat" }

revm = "3"
revm-primitives = "1.1"
revm = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }
revm-interpreter = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }
revm-precompile = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }
revm-primitives = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }

## eth
ethers-core = { version = "2.0", default-features = false }
Expand Down Expand Up @@ -170,4 +172,6 @@ assert_matches = "1.5.0"

[patch.crates-io]
revm = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }
revm-interpreter = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }
revm-precompile = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }
revm-primitives = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }

0 comments on commit ff51ac0

Please sign in to comment.