Skip to content

Commit 9ec845f

Browse files
Update stwo-cairo(f7cd0b7) version to align with cairo-vm(9c44e1c)
1 parent f6e9ab4 commit 9ec845f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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+
- meidar/update/stwo_cairo_rev_f7cd0b7
77

88
jobs:
99
artifacts-push:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ serde = { version = "1.0.202", features = ["derive"] }
2626
serde_json = "1.0.117"
2727
starknet-crypto = "0.6.2"
2828
starknet-types-core = "0.1.2"
29-
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "411853b189dcb4b149cec51d137bd0a8ca0dd0b3" }
30-
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "411853b189dcb4b149cec51d137bd0a8ca0dd0b3" }
29+
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "f7cd0b7b2bb3190000e4c4862244434da7cc14bf" }
30+
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "f7cd0b7b2bb3190000e4c4862244434da7cc14bf" }
3131
tempfile = "3.10.1"
3232
thiserror = "1.0.61"
3333
thiserror-no-std = "2.0.2"

0 commit comments

Comments
 (0)