Skip to content

Commit

Permalink
bump foundry for revm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed May 2, 2024
1 parent faa97ad commit 9a4e824
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 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 @@ -6,10 +6,10 @@ description = "Utilities for writing and running solidity tests in rust"
edition = "2021"

[dependencies]
forge = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" }
foundry-common = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" }
foundry-config = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" }
foundry-evm = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" }
forge = { git = "https://github.com/polytope-labs/foundry", rev = "521813b3ebaf1aa05055d1780b555f9001071514" }
foundry-common = { git = "https://github.com/polytope-labs/foundry", rev = "521813b3ebaf1aa05055d1780b555f9001071514" }
foundry-config = { git = "https://github.com/polytope-labs/foundry", rev = "521813b3ebaf1aa05055d1780b555f9001071514" }
foundry-evm = { git = "https://github.com/polytope-labs/foundry", rev = "521813b3ebaf1aa05055d1780b555f9001071514" }
ethers = { git = "https://github.com/polytope-labs/ethers-rs", rev = "a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4", features = ["ethers-solc"] }
ethers-solc = { git = "https://github.com/polytope-labs/ethers-rs", rev = "a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4", features = ["svm-solc"] }
once_cell = "1.19.0"

0 comments on commit 9a4e824

Please sign in to comment.