Skip to content

Commit 643c7fc

Browse files
authored
Merge branch 'master' into feat/script-sender-flag
2 parents ff0a535 + 132cb13 commit 643c7fc

File tree

43 files changed

+328
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+328
-324
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ members = [
2828
resolver = "2"
2929

3030
[workspace.package]
31-
version = "1.2.1"
31+
version = "1.2.2"
3232
edition = "2021"
3333
# Remember to update clippy.toml as well
3434
rust-version = "1.86"
@@ -201,7 +201,7 @@ foundry-linking = { path = "crates/linking" }
201201
foundry-block-explorers = { version = "0.17.0", default-features = false }
202202
foundry-compilers = { version = "0.16.1", default-features = false }
203203
foundry-fork-db = "0.15"
204-
solang-parser = { version = "=0.3.8", package = "foundry-solang-parser" }
204+
solang-parser = { version = "=0.3.9", package = "foundry-solang-parser" }
205205
solar-ast = { version = "=0.1.3", default-features = false }
206206
solar-parse = { version = "=0.1.3", default-features = false }
207207
solar-interface = { version = "=0.1.3", default-features = false }
@@ -230,6 +230,8 @@ alloy-transport = { version = "1.0.7", default-features = false }
230230
alloy-transport-http = { version = "1.0.7", default-features = false }
231231
alloy-transport-ipc = { version = "1.0.7", default-features = false }
232232
alloy-transport-ws = { version = "1.0.7", default-features = false }
233+
alloy-hardforks = { version = "0.2.6", default-features = false }
234+
alloy-op-hardforks = { version = "0.2.6", default-features = false }
233235

234236
## alloy-core
235237
alloy-dyn-abi = "1.0"

0 commit comments

Comments
 (0)