From a0bd36f781d94df045ff135905d5f84e76b08deb Mon Sep 17 00:00:00 2001 From: mmagician Date: Mon, 4 Sep 2023 09:38:00 -0600 Subject: [PATCH] Revert "temp switch to bw6-optimization branch on algebra" (#172) --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8dac1fb..caf5ded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,10 +68,10 @@ debug-assertions = true debug = true [patch.crates-io] -ark-ff = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" } -ark-ec = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" } -ark-poly = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" } -ark-serialize = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" } -ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" } -ark-algebra-bench-templates = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" } +ark-ff = { git = "https://github.com/arkworks-rs/algebra/" } +ark-ec = { git = "https://github.com/arkworks-rs/algebra/" } +ark-poly = { git = "https://github.com/arkworks-rs/algebra/" } +ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" } +ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra/" } +ark-algebra-bench-templates = { git = "https://github.com/arkworks-rs/algebra/" } ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" }