diff --git a/Cargo.lock b/Cargo.lock index e5753f2fef9f..3b210a5e807c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2761,8 +2761,7 @@ dependencies = [ [[package]] name = "foundry-compilers" version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eec9fd9df7ad0509ae45e2ea8a595cf13b1f35d69980e985b3be00ffabcc01a" +source = "git+https://github.com/tash-2s/foundry-rs-compilers?branch=fix-standard-json-input-external#5c781d025a1df4fdfb3991345b71498aff834795" dependencies = [ "alloy-json-abi", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index ba2c45fff1df..b618fad095e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,3 +202,4 @@ revm-interpreter = { git = "https://github.com/bluealloy/revm", branch = "reth_f revm-precompile = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze" } revm-primitives = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze" } +foundry-compilers = { git = "https://github.com/tash-2s/foundry-rs-compilers", branch = "fix-standard-json-input-external" }