From bfda06a3af50c2abed97030e1fe58ee535c9eea1 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 15 Feb 2022 02:01:39 +0000 Subject: [PATCH] Migrate to `halo2_proofs 0.1.0-beta.2` --- Cargo.toml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e7d9666f..fb72435f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,8 +30,8 @@ blake2b_simd = "1" ff = "0.11" fpe = "0.5" group = "0.11" -halo2_gadgets = "0.0" -halo2_proofs = "=0.1.0-beta.1" +halo2_gadgets = "=0.1.0-beta.1" +halo2_proofs = "=0.1.0-beta.2" lazy_static = "1" memuse = { version = "0.2", features = ["nonempty"] } pasta_curves = "0.3" @@ -49,7 +49,7 @@ plotters = { version = "0.3.0", optional = true } [dev-dependencies] criterion = "0.3" -halo2_gadgets = { version = "0.0", features = ["test-dependencies"] } +halo2_gadgets = { version = "=0.1.0-beta.1", features = ["test-dependencies"] } hex = "0.4" proptest = "1.0.0" zcash_note_encryption = { version = "0.1", features = ["pre-zip-212"] } @@ -81,7 +81,3 @@ debug = true [profile.bench] debug = true - -[patch.crates-io] -halo2_proofs = { git = "https://github.com/zcash/halo2.git", rev = "5312343e6d68b1bdd141337b52a5b73cce752bff" } -halo2_gadgets = { git = "https://github.com/zcash/halo2.git", rev = "5312343e6d68b1bdd141337b52a5b73cce752bff" }