Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Oct 18, 2024
1 parent 67de11b commit cf720b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ op-alloy-rpc-types-engine = { version = "0.4.0", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.4.0", default-features = false }
op-alloy-provider = { version = "0.4.0", default-features = false }

# Tokio
tokio = { version = "1.21", default-features = false }

# Serialization
serde_json = "1"
ethereum_ssz = "0.7.1"

# Reth
reth = { git = "https://github.com/paradigmxyz/reth", rev = "a846cbd" }
reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "a846cbd" }
Expand Down
4 changes: 2 additions & 2 deletions crates/rollup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ futures.workspace = true
hashbrown.workspace = true
tower.workspace = true
http-body-util.workspace = true
clap = { workspace = true, features = ["derive", "env"] }

[dev-dependencies]
clap = { workspace = true, features = ["derive", "env"] }
reqwest = { workspace = true, features = ["rustls-tls-native-roots"] }
reqwest = { workspace = true, features = ["rustls-tls-native-roots"] }

0 comments on commit cf720b3

Please sign in to comment.