Skip to content

Commit 030fc08

Browse files
committed
update sbv dep
1 parent c15aae4 commit 030fc08

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2626
axum = "0.6.0"
2727
dotenv = "0.15"
2828
rocksdb = "0.23.0"
29-
sbv-utils = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "omerfirmak-patch-1", features = [
29+
sbv-utils = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "master", features = [
3030
"scroll",
3131
], optional = true }
32-
sbv-primitives = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "omerfirmak-patch-1", features = [
32+
sbv-primitives = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "master", features = [
3333
"scroll",
3434
], optional = true }
3535
url = "2.5.4"

0 commit comments

Comments
 (0)