halo2_proofs/Cargo.toml: Introduce "unstable-dynamic-lookups" flag

This commit is contained in:
therealyingtong 2023-02-23 18:01:41 +08:00
parent 5678a506cb
commit 0d14709b8e
1 changed files with 2 additions and 0 deletions

View File

@ -89,7 +89,9 @@ beta = [
]
nightly = [
"beta",
"unstable-dynamic-lookups",
]
unstable-dynamic-lookups = []
# Add flags for in-development features above this line.
[lib]