Skip to content

Commit e4e2f28

Browse files
Update cairo(a7bd5c9) and stwo-cairo(a7bd5c9)
1 parent a0b20e8 commit e4e2f28

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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/23/6/25/update_revisions
77

88
jobs:
99
artifacts-push:

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ resolver = "2"
1010
bincode = { version = "2.0.1", features = [
1111
"serde",
1212
] }
13-
cairo-lang-executable = { git = "https://github.com/starkware-libs/cairo.git", rev = "f6f7c3bf45c9973bf8782d78c84aed6e741c2a2d" }
14-
cairo-lang-runner = { git = "https://github.com/starkware-libs/cairo.git", rev = "f6f7c3bf45c9973bf8782d78c84aed6e741c2a2d" }
15-
cairo-lang-casm = { git = "https://github.com/starkware-libs/cairo.git", rev = "f6f7c3bf45c9973bf8782d78c84aed6e741c2a2d" }
16-
cairo-lang-execute-utils = { git = "https://github.com/starkware-libs/cairo.git", rev = "f6f7c3bf45c9973bf8782d78c84aed6e741c2a2d" }
13+
cairo-lang-executable = { git = "https://github.com/starkware-libs/cairo.git", rev = "a7bd5c9399e99040e6c9a8669256619d245f49cd" }
14+
cairo-lang-runner = { git = "https://github.com/starkware-libs/cairo.git", rev = "a7bd5c9399e99040e6c9a8669256619d245f49cd" }
15+
cairo-lang-casm = { git = "https://github.com/starkware-libs/cairo.git", rev = "a7bd5c9399e99040e6c9a8669256619d245f49cd" }
16+
cairo-lang-execute-utils = { git = "https://github.com/starkware-libs/cairo.git", rev = "a7bd5c9399e99040e6c9a8669256619d245f49cd" }
1717
cairo-program-runner-lib = { path = "crates/cairo-program-runner-lib" }
1818
cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "b1a91f929b5fa29a1a2e9e6990a68a1220c0c673", features = [
1919
"extensive_hints",
@@ -29,8 +29,8 @@ serde = { version = "1.0.202", features = ["derive"] }
2929
serde_json = "1.0.117"
3030
starknet-crypto = "0.6.2"
3131
starknet-types-core = "0.1.2"
32-
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "d7b50347905c687a885a3b6818db4e9311683735" }
33-
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "d7b50347905c687a885a3b6818db4e9311683735" }
32+
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "409bc61ee3d413ed3fb857e049e5081a4f649ecb" }
33+
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "409bc61ee3d413ed3fb857e049e5081a4f649ecb" }
3434
tempfile = "3.10.1"
3535
thiserror = "1.0.61"
3636
thiserror-no-std = "2.0.2"

0 commit comments

Comments
 (0)