Skip to content

Commit 1c41e85

Browse files
stwo ver bump: align execution resources names
1 parent aa1753e commit 1c41e85

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolver = "2"
1010
[workspace.dependencies]
1111
anyhow = "1.0.98"
1212
bincode = { version = "2.0.1", features = ["serde"] }
13-
cairo-air = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "566f5a78a83a32f51a20c32f70027791be9d3693" }
13+
cairo-air = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "81b6d6ee8f78bf4ff59081597b9526e23998ddc3" }
1414
cairo-lang-executable = "=2.14.1-dev.0"
1515
cairo-lang-runner = "=2.14.1-dev.0"
1616
cairo-lang-casm = "=2.14.1-dev.0"
@@ -34,10 +34,10 @@ sonic-rs = "0.3.17"
3434
starknet-crypto = "=0.8.1"
3535
starknet-ff = "0.3.7"
3636
starknet-types-core = "=0.2.4"
37-
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "566f5a78a83a32f51a20c32f70027791be9d3693" }
38-
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "566f5a78a83a32f51a20c32f70027791be9d3693" }
39-
stwo_cairo_prover = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "566f5a78a83a32f51a20c32f70027791be9d3693" }
40-
stwo-cairo-serialize = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "566f5a78a83a32f51a20c32f70027791be9d3693" }
37+
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "81b6d6ee8f78bf4ff59081597b9526e23998ddc3" }
38+
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "81b6d6ee8f78bf4ff59081597b9526e23998ddc3" }
39+
stwo_cairo_prover = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "81b6d6ee8f78bf4ff59081597b9526e23998ddc3" }
40+
stwo-cairo-serialize = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "81b6d6ee8f78bf4ff59081597b9526e23998ddc3" }
4141
tempfile = "3.10.1"
4242
thiserror = "1.0.61"
4343
thiserror-no-std = "2.0.2"

crates/stwo_run_and_prove/resources/expected_prover_input.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -644,17 +644,17 @@
644644
118
645645
],
646646
"builtin_segments": {
647-
"add_mod": null,
648-
"bitwise": null,
647+
"add_mod_builtin": null,
648+
"bitwise_builtin": null,
649649
"output": {
650650
"begin_addr": 118,
651651
"stop_ptr": 119
652652
},
653-
"mul_mod": null,
654-
"pedersen": null,
655-
"poseidon": null,
656-
"range_check_bits_96": null,
657-
"range_check_bits_128": null
653+
"mul_mod_builtin": null,
654+
"pedersen_builtin": null,
655+
"poseidon_builtin": null,
656+
"range_check96_builtin": null,
657+
"range_check_builtin": null
658658
},
659659
"public_segment_context": {
660660
"present": [

0 commit comments

Comments
 (0)