Skip to content

Commit

Permalink
patch revm release v25 (#5089)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed May 31, 2023
1 parent 626bef3 commit b0c95d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ethers-middleware = { version = "2.0.4", default-features = false }
ethers-etherscan = { version = "2.0.4", default-features = false }
ethers-solc = { version = "2.0.4", default-features = false }

#[patch.crates-io]
[patch.crates-io]
# ethers = { path = "../ethers-rs/ethers" }
# ethers-addressbook = { path = "../ethers-rs/ethers-addressbook" }
# ethers-contract = { path = "../ethers-rs/ethers-contract" }
Expand All @@ -82,4 +82,4 @@ ethers-solc = { version = "2.0.4", default-features = false }
# ethers-providers = { path = "../ethers-rs/ethers-providers" }
# ethers-signers = { path = "../ethers-rs/ethers-signers" }
# ethers-solc = { path = "../ethers-rs/ethers-solc" }
# revm = { path = "../revm/crates/revm" }
revm = { git = "https://github.com/bluealloy/revm/", branch = "release/v25" }

0 comments on commit b0c95d0

Please sign in to comment.