Skip to content

Commit cf603ab

Browse files
stwo ver bump: align execution resources names
1 parent c24e1a8 commit cf603ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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+
- noamp/execution_resources_name_alignment
77

88
jobs:
99
artifacts-push:

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 = "564cfb84e624766f970ad672c0fc90378dbbdc08" }
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 = "564cfb84e624766f970ad672c0fc90378dbbdc08" }
38+
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "564cfb84e624766f970ad672c0fc90378dbbdc08" }
39+
stwo_cairo_prover = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "564cfb84e624766f970ad672c0fc90378dbbdc08" }
40+
stwo-cairo-serialize = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "564cfb84e624766f970ad672c0fc90378dbbdc08" }
4141
tempfile = "3.10.1"
4242
thiserror = "1.0.61"
4343
thiserror-no-std = "2.0.2"

0 commit comments

Comments
 (0)