Skip to content

Commit

Permalink
feat: use main revm branch (#5977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Oct 3, 2023
1 parent dd89d64 commit 4900793
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ ethers-middleware = { git = "https://github.com/gakonst/ethers-rs" }
ethers-etherscan = { git = "https://github.com/gakonst/ethers-rs" }
ethers-solc = { git = "https://github.com/gakonst/ethers-rs" }

revm = { git = "https://github.com/Evalir/revm/", branch = "reintroduce-alloy-rebased" }
revm-interpreter = { git = "https://github.com/Evalir/revm/", branch = "reintroduce-alloy-rebased" }
revm-precompile = { git = "https://github.com/Evalir/revm/", branch = "reintroduce-alloy-rebased" }
revm-primitives = { git = "https://github.com/Evalir/revm/", branch = "reintroduce-alloy-rebased" }
revm = { git = "https://github.com/bluealloy/revm/", branch = "main" }
revm-interpreter = { git = "https://github.com/bluealloy/revm/", branch = "main" }
revm-precompile = { git = "https://github.com/bluealloy/revm/", branch = "main" }
revm-primitives = { git = "https://github.com/bluealloy/revm/", branch = "main" }

0 comments on commit 4900793

Please sign in to comment.