Skip to content

Commit 82dc659

Browse files
authored
Sync ff 0.13 (#17)
* chore: update dependencies * chore: update links
1 parent a130ea5 commit 82dc659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ gobuild = "0.1.0-alpha.1"
1717
[dev-dependencies]
1818
hex = "0.4"
1919
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_09_10" }
20-
poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git"}
20+
poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git", branch = "sync-ff-0.13" }
2121

2222
[patch."https://github.com/privacy-scaling-explorations/halo2.git"]
23-
halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "scroll-dev-0220" }
23+
halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "sync-ff-0.13" }
2424

2525
[features]
2626
dual_codehash = []

0 commit comments

Comments
 (0)