Skip to content

Commit d6d3223

Browse files
add save_debug_data to stwo_run_and_prove
1 parent 7f4c63b commit d6d3223

File tree

4 files changed

+804
-16
lines changed

4 files changed

+804
-16
lines changed

.github/workflows/upload_artifacts_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Upload-Artifacts
33
on:
44
push:
55
branches:
6-
- main
6+
- nitsan/add_save_debug_data
77

88
jobs:
99
artifacts-push:

crates/stwo_run_and_prove/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ clap.workspace = true
1212
env_logger.workspace = true
1313
log.workspace = true
1414
serde.workspace = true
15+
serde_json.workspace = true
1516
sonic-rs.workspace = true
1617
starknet-ff.workspace = true
1718
stwo_cairo_prover.workspace = true

0 commit comments

Comments
 (0)