Enable OpenVM nightly features (#210)

This commit is contained in:
Han
2025-11-18 10:37:01 +09:00
committed by GitHub
parent 7b8bb6adcd
commit 94922af899
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ toml.workspace = true
openvm-build.workspace = true
openvm-circuit.workspace = true
openvm-continuations.workspace = true
openvm-sdk.workspace = true
openvm-sdk = { workspace = true, features = ["nightly-features"] }
openvm-stark-sdk.workspace = true
openvm-transpiler.workspace = true