Skip to content

Commit

Permalink
chore(deps): pin revm-inspectors
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Feb 5, 2024
1 parent 7922fd5 commit c419e8e
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 43 deletions.
99 changes: 59 additions & 40 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ foundry-compilers = { version = "0.3.1", default-features = false }
# no default features to avoid c-kzg
revm = { version = "3", default-features = false }
revm-primitives = { version = "1", default-features = false }
revm-inspectors = { version = "0.1", default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "e90052361276aebcdc67cb24d8e2c4d907b6d299", default-features = false }

## ethers
ethers = { version = "2.0", default-features = false }
Expand Down Expand Up @@ -226,5 +226,3 @@ revm = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze" }
revm-primitives = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze" }
revm-interpreter = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze" }
revm-precompile = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze" }

revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors" }

0 comments on commit c419e8e

Please sign in to comment.