Skip to content

Commit facf962

Browse files
committed
x
1 parent 5d7c20e commit facf962

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

Cargo.lock

Lines changed: 42 additions & 42 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
@@ -70,11 +70,11 @@ openvm-transpiler = { git = "https://github.com/openvm-org/openvm.git", tag = "v
7070
# more openvm related libs
7171
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.2.1" }
7272

73-
sbv-core = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "feat/galileo-v2" }
74-
sbv-helpers = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "feat/galileo-v2", features = ["dev"] }
75-
sbv-primitives = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "feat/galileo-v2" }
76-
sbv-utils = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "feat/galileo-v2" }
77-
sbv-trie = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "feat/galileo-v2" }
73+
sbv-core = { git = "https://github.com/scroll-tech/stateless-block-verifier", tag = "scroll-v91.2" }
74+
sbv-helpers = { git = "https://github.com/scroll-tech/stateless-block-verifier", tag = "scroll-v91.2", features = ["dev"] }
75+
sbv-primitives = { git = "https://github.com/scroll-tech/stateless-block-verifier", tag = "scroll-v91.2" }
76+
sbv-utils = { git = "https://github.com/scroll-tech/stateless-block-verifier", tag = "scroll-v91.2" }
77+
sbv-trie = { git = "https://github.com/scroll-tech/stateless-block-verifier", tag = "scroll-v91.2" }
7878

7979
alloy-consensus = "1.0"
8080
alloy-provider = "1.0"

0 commit comments

Comments
 (0)