Skip to content

Commit 29cba10

Browse files
authored
fix(forge): flatten fails on top-level event declarations (foundry-rs#9892)
1 parent 91740aa commit 29cba10

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -187,7 +187,7 @@ foundry-linking = { path = "crates/linking" }
187187

188188
# solc & compilation utilities
189189
foundry-block-explorers = { version = "0.11.0", default-features = false }
190-
foundry-compilers = { version = "0.13.2", default-features = false }
190+
foundry-compilers = { version = "0.13.3", default-features = false }
191191
foundry-fork-db = "0.11.0"
192192
solang-parser = "=0.3.3"
193193
solar-parse = { version = "=0.1.1", default-features = false }

0 commit comments

Comments
 (0)