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

Commit a0bd36f

Browse files
authored
Revert "temp switch to bw6-optimization branch on algebra" (#172)
1 parent 1ce1fcf commit a0bd36f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ debug-assertions = true
6868
debug = true
6969

7070
[patch.crates-io]
71-
ark-ff = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
72-
ark-ec = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
73-
ark-poly = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
74-
ark-serialize = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
75-
ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
76-
ark-algebra-bench-templates = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
71+
ark-ff = { git = "https://github.com/arkworks-rs/algebra/" }
72+
ark-ec = { git = "https://github.com/arkworks-rs/algebra/" }
73+
ark-poly = { git = "https://github.com/arkworks-rs/algebra/" }
74+
ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" }
75+
ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra/" }
76+
ark-algebra-bench-templates = { git = "https://github.com/arkworks-rs/algebra/" }
7777
ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" }

0 commit comments

Comments
 (0)