diff --git a/succint.json b/succint.json index b87fd55..cb1ae43 100644 --- a/succint.json +++ b/succint.json @@ -5,10 +5,7 @@ "framework": "plonky2x", "baseDir": ".", "buildCommand": "cargo build --release --bin sync && mv target/release/sync build/ && RUST_LOG=debug ./build/sync build", - "proveCommand": "RUST_LOG=debug ./build/sync prove input.json", - "requiredArtifacts": [ - "sync" - ] + "proveCommand": "RUST_LOG=debug ./build/sync prove input.json" } ] }