Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit bb34474

Browse files
committed
🔧 Add local prover feature for in-docker run
1 parent 09d6ba2 commit bb34474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ anyhow = "1.0.93"
2727
reqwest = { version = "0.12.9", features = ["json"] }
2828
hex = "0.4.3"
2929

30-
risc0-zkvm = { version = "1.1.3" }
30+
risc0-zkvm = { version = "1.1.3", feature = ["prove"] }
3131
borsh = "1.5.3"
3232
tracing = "0.1.41"
3333
tracing-subscriber = "0.3.18"

0 commit comments

Comments
 (0)