From 6185d8e29578beddf5669dae8868e0f9710b1f2c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 27 Jul 2021 20:54:48 +0100 Subject: [PATCH] Bump halo2 revision to include `Layouter::assign_table` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fddcad4..30d058a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,5 +62,5 @@ name = "small" harness = false [patch.crates-io] -halo2 = { git = "https://github.com/zcash/halo2.git", rev = "2e960317ae02c72dc3ff5a02c7d31f154d606748" } +halo2 = { git = "https://github.com/zcash/halo2.git", rev = "27c4187673a9c6ade13fbdbd4f20955530c22d7f" } zcash_note_encryption = { git = "https://github.com/zcash/librustzcash.git", rev = "cc533a9da4f6a7209a7be05f82b12a03969152c9" }