Skip to content

Commit 3932df7

Browse files
authored
chore: bump RSP version (#68)
1 parent 9d9a45c commit 3932df7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ sp1-zkvm = "5.2.1"
5050
sp1-build = "5.2.1"
5151

5252
# rsp
53-
rsp-rpc-db = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2" }
54-
rsp-witness-db = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2" }
55-
rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2" }
56-
rsp-client-executor = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2" }
57-
rsp-mpt = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2" }
53+
rsp-rpc-db = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2b" }
54+
rsp-witness-db = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2b" }
55+
rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2b" }
56+
rsp-client-executor = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2b" }
57+
rsp-mpt = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.8.2b" }
5858

5959
# rsp-rpc-db = { path = "../rsp/crates/storage/rpc-db" }
6060
# rsp-witness-db = { path = "../rsp/crates/storage/witness-db" }

0 commit comments

Comments
 (0)