Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@ visibility = "0.1.1"
walkdir = "2.3.3"
vergen-git2 = "9.1.0"

# [patch.crates-io]
[patch.crates-io]
alloy-tx-macros = { git = "https://github.com/alloy-rs/alloy", tag = "v1.0.37" }
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "3049f232fbb44d1909883e154eb38ec5962f53a3" }
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "3049f232fbb44d1909883e154eb38ec5962f53a3" }
# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "3049f232fbb44d1909883e154eb38ec5962f53a3" }
Expand Down
2 changes: 2 additions & 0 deletions crates/pipe-exec-layer-ext-v2/execute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ reth-rpc-eth-api.workspace = true
revm-primitives.workspace = true
gravity-storage.workspace = true
gravity-primitives.workspace = true
grevm.workspace = true
alloy-primitives.workspace = true
alloy-consensus.workspace = true
alloy-eips.workspace = true
Expand All @@ -43,6 +44,7 @@ revm.workspace = true

# misc
tracing.workspace = true
parking_lot.workspace = true
reth-metrics.workspace = true
metrics.workspace = true
serde_json.workspace = true
Expand Down
Loading
Loading