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]