From 608da3f686dbab126ba7b58bc21eba40ce2a63f2 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 28 Sep 2021 20:48:19 +0100 Subject: [PATCH] Switch to halo2 0.1.0-beta.1 This is equivalent to the git revision we were previously patching. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 176cdd96..f6601004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ blake2b_simd = "0.5" ff = "0.11" fpe = "0.5" group = "0.11" -halo2 = "0.0" +halo2 = "=0.1.0-beta.1" lazy_static = "1" memuse = { version = "0.2", features = ["nonempty"] } pasta_curves = "0.2.1" @@ -84,6 +84,5 @@ debug = true debug = true [patch.crates-io] -halo2 = { git = "https://github.com/zcash/halo2.git", rev = "a7cd600eb60b1528159b92af5e426adcc615de1a" } zcash_note_encryption = { git = "https://github.com/zcash/librustzcash.git", rev = "13b023387bafdc7b5712c933dc0e16ee94b96a6a" } incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "b7bd6246122a6e9ace8edb51553fbf5228906cbb" }