Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeWasHere committed Jul 6, 2024
1 parent 1bac1b3 commit ce38f53
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 35 deletions.
15 changes: 5 additions & 10 deletions Cargo.lock

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

53 changes: 28 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[workspace]
members = [
"crates/anvil/",
"crates/anvil/core/",
"crates/anvil/rpc/",
"crates/anvil/server/",
"crates/cast/",
"crates/cheatcodes/",
"crates/cheatcodes/spec/",
"crates/chisel/",
"crates/cli/",
"crates/common/",
"crates/config/",
"crates/debugger/",
"crates/doc/",
"crates/evm/core/",
"crates/evm/coverage/",
"crates/evm/evm/",
"crates/evm/fuzz/",
"crates/evm/traces/",
"crates/fmt/",
"crates/forge/",
"crates/macros/",
"crates/test-utils/",
"crates/anvil/",
"crates/anvil/core/",
"crates/anvil/rpc/",
"crates/anvil/server/",
"crates/cast/",
"crates/cheatcodes/",
"crates/cheatcodes/spec/",
"crates/chisel/",
"crates/cli/",
"crates/common/",
"crates/config/",
"crates/debugger/",
"crates/doc/",
"crates/evm/core/",
"crates/evm/coverage/",
"crates/evm/evm/",
"crates/evm/fuzz/",
"crates/evm/traces/",
"crates/fmt/",
"crates/forge/",
"crates/macros/",
"crates/test-utils/",
]
resolver = "2"

Expand Down Expand Up @@ -158,7 +158,7 @@ foundry-linking = { path = "crates/linking" }

# solc & compilation utilities
foundry-block-explorers = { version = "0.5.0", default-features = false }
foundry-compilers = { version = "0.9.0", default-features = false }
foundry-compilers = { git = "https://github.com/troublor/compilers", branch = "issue47", default-features = false }
foundry-fork-db = "0.1"
solang-parser = "=0.3.3"

Expand Down Expand Up @@ -218,8 +218,8 @@ prettyplease = "0.2.20"
ahash = "0.8"
base64 = "0.22"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
"clock",
"std",
] }
color-eyre = "0.6"
derive_more = "0.99"
Expand Down Expand Up @@ -261,3 +261,6 @@ tower = "0.4"
tower-http = "0.5"
# soldeer
soldeer = "0.2.17"

[patch.crates-io]
foundry-compilers = { git = "https://github.com/troublor/compilers", branch = "issue47", default-features = false }

0 comments on commit ce38f53

Please sign in to comment.