Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Apr 20, 2024
1 parent 4573da4 commit c33d485
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ foundry-linking = { path = "crates/linking" }

# solc & compilation utilities
foundry-block-explorers = { version = "0.2.6", default-features = false }
foundry-compilers = { version = "0.3.17", default-features = false }
foundry-compilers = { version = "0.3.18", default-features = false }

## revm
# no default features to avoid c-kzg
Expand Down Expand Up @@ -222,4 +222,4 @@ tower = "0.4"
tower-http = "0.5"

[patch.crates-io]
foundry-compilers = { git = "https://github.com/foundry-rs/compilers", rev = "2a3b4c7" }
foundry-compilers = { git = "https://github.com/foundry-rs/compilers", rev = "f6dd9e4" }

0 comments on commit c33d485

Please sign in to comment.