Skip to content

Commit

Permalink
patch compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Mar 12, 2024
1 parent afcf743 commit 5c4e204
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resolver = "2"
[workspace.package]
version = "0.2.0"
edition = "2021"
rust-version = "1.75" # Remember to update clippy.toml as well
rust-version = "1.75" # Remember to update clippy.toml as well
authors = ["Foundry Contributors"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/foundry-rs/foundry"
Expand Down Expand Up @@ -138,7 +138,7 @@ foundry-linking = { path = "crates/linking" }

# solc & compilation utilities
foundry-block-explorers = { version = "0.2.3", default-features = false }
foundry-compilers = { version = "0.3.9", default-features = false }
foundry-compilers = { version = "0.3.10", default-features = false }

## revm
# no default features to avoid c-kzg
Expand Down Expand Up @@ -186,7 +186,10 @@ alloy-rlp = "0.3.3"
solang-parser = "=0.3.3"

## misc
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
] }
color-eyre = "0.6"
derive_more = "0.99"
eyre = "0.6"
Expand Down Expand Up @@ -217,3 +220,5 @@ tower-http = "0.4"
# revm-interpreter = { path = "../../danipopes/revm/crates/interpreter" }
# revm-primitives = { path = "../../danipopes/revm/crates/primitives" }
# revm-precompile = { path = "../../danipopes/revm/crates/precompile" }
[patch.crates-io]
foundry-compilers = { git = "https://github.com/klkvr/compilers", branch = "klkvr/refactor-cache"}

0 comments on commit 5c4e204

Please sign in to comment.