Skip to content

Commit e068ea3

Browse files
DO NOT MERGE: update cairo and vm version
1 parent e4e2f28 commit e068ea3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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-
- meidar/23/6/25/update_revisions
6+
- noamp/update_cairo_and_vm_version
77

88
jobs:
99
artifacts-push:

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ 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 = "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" }
13+
cairo-lang-executable = { git = "https://github.com/starkware-libs/cairo.git", rev = "de904ec8f8e16cad0fb28238a7de83f818aa1e99" }
14+
cairo-lang-runner = { git = "https://github.com/starkware-libs/cairo.git", rev = "de904ec8f8e16cad0fb28238a7de83f818aa1e99" }
15+
cairo-lang-casm = { git = "https://github.com/starkware-libs/cairo.git", rev = "de904ec8f8e16cad0fb28238a7de83f818aa1e99" }
16+
cairo-lang-execute-utils = { git = "https://github.com/starkware-libs/cairo.git", rev = "de904ec8f8e16cad0fb28238a7de83f818aa1e99" }
1717
cairo-program-runner-lib = { path = "crates/cairo-program-runner-lib" }
18-
cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "b1a91f929b5fa29a1a2e9e6990a68a1220c0c673", features = [
18+
cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "6fbd067f0971f117d2e5abe77caad086bb887150", features = [
1919
"extensive_hints",
2020
"mod_builtin",
2121
"clap",
@@ -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 = "409bc61ee3d413ed3fb857e049e5081a4f649ecb" }
33-
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "409bc61ee3d413ed3fb857e049e5081a4f649ecb" }
32+
stwo_cairo_utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "a183278fa591a5ff17511157f73a285bcf4d821c" }
33+
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "a183278fa591a5ff17511157f73a285bcf4d821c" }
3434
tempfile = "3.10.1"
3535
thiserror = "1.0.61"
3636
thiserror-no-std = "2.0.2"

0 commit comments

Comments
 (0)