Skip to content

Commit

Permalink
fix: bump revm-inspectors to 0.7.4 & specify it using git and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner committed Sep 19, 2024
1 parent 78ef20d commit 13639db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ solang-parser = "=0.3.3"
# no default features to avoid c-kzg
revm = { version = "14.0.1", default-features = false }
revm-primitives = { version = "9.0.1", default-features = false }
revm-inspectors = { version = "0.6", features = ["serde"] }
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors.git", tag = "v0.7.4", features = ["serde"] }

## ethers
ethers-contract-abigen = { version = "2.0.14", default-features = false }
Expand Down

0 comments on commit 13639db

Please sign in to comment.