Skip to content

Commit befca98

Browse files
authored
fix(forge): deterministic fn flatten (#11421)
1 parent 33e4b4b commit befca98

File tree

2 files changed

+33
-56
lines changed

2 files changed

+33
-56
lines changed

Cargo.lock

Lines changed: 32 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ foundry-linking = { path = "crates/linking" }
204204

205205
# solc & compilation utilities
206206
foundry-block-explorers = { version = "0.20.0", default-features = false }
207-
foundry-compilers = { version = "0.18.2", default-features = false }
207+
foundry-compilers = { version = "0.18.3", default-features = false }
208208
foundry-fork-db = "0.18"
209209
solang-parser = { version = "=0.3.9", package = "foundry-solang-parser" }
210210
solar-ast = { version = "=0.1.5", default-features = false }

0 commit comments

Comments
 (0)