From 0d14709b8edc70a9f1a86210cf04bcc0863c217d Mon Sep 17 00:00:00 2001 From: therealyingtong Date: Thu, 23 Feb 2023 18:01:41 +0800 Subject: [PATCH] halo2_proofs/Cargo.toml: Introduce "unstable-dynamic-lookups" flag --- halo2_proofs/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/halo2_proofs/Cargo.toml b/halo2_proofs/Cargo.toml index f82e03a5..86222f36 100644 --- a/halo2_proofs/Cargo.toml +++ b/halo2_proofs/Cargo.toml @@ -89,7 +89,9 @@ beta = [ ] nightly = [ "beta", + "unstable-dynamic-lookups", ] +unstable-dynamic-lookups = [] # Add flags for in-development features above this line. [lib]