Merge pull request #284 from zcash/update-halo2-deps

Migrate to `halo2_proofs 0.1.0-beta.2`
This commit is contained in:
str4d 2022-02-15 02:54:28 +00:00 committed by GitHub
commit d6edf2a21a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -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" }