Skip to content

Commit cc5d76d

Browse files
committed
reorg deps
1 parent 5c8b5a2 commit cc5d76d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,14 @@ alloy-origin = { version = "1.0.41", package = "alloy", features = [
123123
"rpc-types-mev",
124124
] }
125125
alloy-evm = "0.23.0"
126-
alloy-json-rpc = "1.0.41"
127126
alloy-serde = "1.0.41"
127+
alloy-json-rpc = "1.0.41"
128128

129129
# Reth dependencies
130130
reth-origin = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3", package = "reth" }
131131
reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
132132
reth-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
133133
reth-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
134-
reth-db-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
135134
reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
136135
reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
137136
reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
@@ -156,6 +155,7 @@ reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
156155
reth-eth-wire-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
157156
reth-network = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
158157
reth-node-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
158+
reth-db-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
159159

160160
# Revm dependencies
161161
revm-database = "9.0"
@@ -191,8 +191,5 @@ tikv-jemallocator = { version = "0.6", optional = true }
191191
[dev-dependencies]
192192
rblib = { path = ".", features = ["test-utils"] }
193193

194-
#[patch.crates-io]
195-
#alloy-primitives = { git = "https://github.com/alloy-rs/core", rev = "8c5713c20e3ed08cf09634ea5cb696d7021002a8" }
196-
197194
[lints]
198195
workspace = true

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ pub mod reth {
154154
pub mod txpool {
155155
pub use reth_optimism_txpool::*;
156156
}
157-
pub mod rpc {
158-
pub use reth_optimism_rpc::*;
159-
}
160157
pub mod consensus {
161158
pub use reth_optimism_consensus::*;
162159
}

0 commit comments

Comments
 (0)