Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 026ae9d

Browse files
author
Aurélien Nicolas
committed
bus-auto: sync halo2 branch develop
1 parent 1e1afa9 commit 026ae9d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,8 @@ url = "2.2"
6363
ethers-core = { git = "https://github.com/scroll-tech/ethers-rs.git", branch = "v2.0.7" }
6464
ethers-etherscan = { git = "https://github.com/scroll-tech/ethers-rs.git", branch = "v2.0.7" }
6565

66-
# Replace all references to halo2 PSE and Scroll repos with a specific branch.
67-
# Note the double slash // hack to make it a different URL.
68-
[patch."https://github.com/scroll-tech/halo2.git"]
69-
halo2_proofs = { git = "https://github.com//scroll-tech/halo2.git", branch = "bus-auto" }
7066
[patch."https://github.com/privacy-scaling-explorations/halo2.git"]
71-
halo2_proofs = { git = "https://github.com//scroll-tech/halo2.git", branch = "bus-auto" }
67+
halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "develop" }
7268

7369
[patch."https://github.com/privacy-scaling-explorations/poseidon.git"]
7470
poseidon = { git = "https://github.com/scroll-tech/poseidon.git", branch = "scroll-dev-0220" }

0 commit comments

Comments
 (0)