Skip to content

Commit

Permalink
Merge pull request #180 from forcodedancing/bump_revm_1.0.4
Browse files Browse the repository at this point in the history
chore: bump revm to 1.0.4
  • Loading branch information
unclezoro authored Nov 1, 2024
2 parents 41ca1f1 + 2dbf601 commit 0939c7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,9 @@ tikv-jemallocator = "0.6"
tracy-client = "0.17.3"

[patch.crates-io]
revm = { git = "https://github.com/bnb-chain/revm", rev = "0978bcb4189c547e7b71b2f11389ff2214fbe319" }
revm-interpreter = { git = "https://github.com/bnb-chain/revm", rev = "0978bcb4189c547e7b71b2f11389ff2214fbe319" }
revm-primitives = { git = "https://github.com/bnb-chain/revm", rev = "0978bcb4189c547e7b71b2f11389ff2214fbe319" }
revm = { git = "https://github.com/bnb-chain/revm", rev = "v1.0.4" }
revm-interpreter = { git = "https://github.com/bnb-chain/revm", rev = "v1.0.4" }
revm-primitives = { git = "https://github.com/bnb-chain/revm", rev = "v1.0.4" }
alloy-rpc-types-eth = { git = "https://github.com/bnb-chain/alloy", rev = "718060680134e6bb40d97d3c6fb56fd1950ced36" }
alloy-consensus = { git = "https://github.com/bnb-chain/alloy", rev = "718060680134e6bb40d97d3c6fb56fd1950ced36" }
alloy-eips = { git = "https://github.com/bnb-chain/alloy", rev = "718060680134e6bb40d97d3c6fb56fd1950ced36" }
Expand Down

0 comments on commit 0939c7a

Please sign in to comment.