Commit 4aa99005 authored by clabby's avatar clabby

Pin `reth` version to head

Update lock

lock
parent a2d9022c
This diff is collapsed.
...@@ -10,11 +10,11 @@ crate-type = ["cdylib"] ...@@ -10,11 +10,11 @@ crate-type = ["cdylib"]
[dependencies] [dependencies]
# reth # reth
reth-primitives = { git = "https://github.com/paradigmxyz/reth.git" } reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "b58bfe6" }
reth-provider = { git = "https://github.com/paradigmxyz/reth.git" } reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "b58bfe6" }
reth-db = { git = "https://github.com/paradigmxyz/reth.git" } reth-db = { git = "https://github.com/paradigmxyz/reth.git", rev = "b58bfe6" }
reth-rpc-types = { git = "https://github.com/paradigmxyz/reth.git" } reth-rpc-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "b58bfe6" }
reth-blockchain-tree = { git = "https://github.com/paradigmxyz/reth.git" } reth-blockchain-tree = { git = "https://github.com/paradigmxyz/reth.git", rev = "b58bfe6" }
# misc # misc
serde = "1.0.190" serde = "1.0.190"
...@@ -22,5 +22,5 @@ serde_json = "1.0.107" ...@@ -22,5 +22,5 @@ serde_json = "1.0.107"
anyhow = "1.0.75" anyhow = "1.0.75"
[dev-dependencies] [dev-dependencies]
reth-revm = { git = "https://github.com/paradigmxyz/reth.git" } reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "b58bfe6" }
alloy-rlp = "0.3.3" alloy-rlp = "0.3.3"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment