Skip to content

Commit

Permalink
chore(deps): bump foundry-compilers (foundry-rs#6717)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored and RPate97 committed Jan 12, 2024
1 parent 4082529 commit 87a3959
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ foundry-evm-traces = { path = "crates/evm/traces" }
foundry-macros = { path = "crates/macros" }
foundry-test-utils = { path = "crates/test-utils" }

foundry-block-explorers = { version = "0.1.2", default-features = false }
foundry-compilers = { version = "0.1.2", default-features = false }
foundry-block-explorers = { version = "0.1.3", default-features = false }
foundry-compilers = { version = "0.1.4", default-features = false }

## revm
# no default features to avoid c-kzg
Expand Down Expand Up @@ -201,4 +201,3 @@ revm = { 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-primitives = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze" }

2 changes: 1 addition & 1 deletion crates/common/src/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl ProjectCompiler {
if !files.is_empty() {
project.compile_files(files)
} else if let Some(filter) = filter {
project.compile_sparse(Box::new(move |file: &_| filter.is_match(file)))
project.compile_sparse(filter)
} else {
project.compile()
}
Expand Down

0 comments on commit 87a3959

Please sign in to comment.