Skip to content

Commit

Permalink
feat: remove crates.io patch (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Sep 18, 2024
1 parent 5c2d272 commit d9ba3ac
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 69 deletions.
124 changes: 66 additions & 58 deletions Cargo.lock

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

15 changes: 4 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ panic = "abort"
codegen-units = 1
lto = "fat"

[patch.crates-io]
# Patch op-alloy to remove it's dependency on superchain-primitives
op-alloy-protocol = { git = "https://github.com/alloy-rs/op-alloy", branch = "main" }
op-alloy-consensus = { git = "https://github.com/alloy-rs/op-alloy", branch = "main" }
op-alloy-genesis = { git = "https://github.com/alloy-rs/op-alloy", branch = "main" }
op-alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/op-alloy", branch = "main" }

[workspace.dependencies]
# Workspace
kona-client = { path = "bin/client", version = "0.1.0" }
Expand Down Expand Up @@ -119,7 +112,7 @@ alloy-node-bindings = { version = "0.3.5", default-features = false }
alloy-transport-http = { version = "0.3.5", default-features = false }

# OP Alloy
op-alloy-consensus = { version = "0.2.11", default-features = false }
op-alloy-protocol = { version = "0.2.11", default-features = false }
op-alloy-genesis = { version = "0.2.11", default-features = false }
op-alloy-rpc-types-engine = { version = "0.2.11", default-features = false }
op-alloy-consensus = { version = "0.2.12", default-features = false }
op-alloy-protocol = { version = "0.2.12", default-features = false }
op-alloy-genesis = { version = "0.2.12", default-features = false }
op-alloy-rpc-types-engine = { version = "0.2.12", default-features = false }

0 comments on commit d9ba3ac

Please sign in to comment.