Skip to content

Commit 3e8f7a6

Browse files
committed
change sbv-primitives dependency
1 parent ad32dd6 commit 3e8f7a6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

zkvm-prover/Cargo.lock

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

zkvm-prover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ethers-providers = { git = "https://github.com/scroll-tech/ethers-rs.git", branc
2424
scroll-proving-sdk = { git = "https://github.com/scroll-tech/scroll-proving-sdk.git", rev = "af95d2a", features = [
2525
"openvm",
2626
] }
27-
sbv-primitives = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "zkvm/euclid-v2", features = [
27+
sbv-primitives = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "zkvm/euclid-upgrade", features = [
2828
"scroll",
2929
] }
3030
base64 = "0.13.1"

0 commit comments

Comments
 (0)