chore: remove unstable zkvm flag

This commit is contained in:
agureev 2026-06-25 14:00:08 +04:00
parent 16ac194828
commit 3a56e99771

View File

@ -20,7 +20,7 @@ hybrid-array = { version = "0.4", optional = true }
cpufeatures = "0.3"
[target.'cfg(target_os = "zkvm")'.dependencies]
risc0-zkvm = { version = "3.0.5", default-features = false, features = ["unstable"] }
risc0-zkvm = { version = "3.0.5", default-features = false}
[features]
parallel = ["dep:hybrid-array"]