Skip to content

Commit c4bea65

Browse files
revert changes related to use_poseidon
1 parent 08fb315 commit c4bea65

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/remove_related_taskspec_hash_func_commits
77

88
jobs:
99
artifacts-push:

Cargo.toml

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

0 commit comments

Comments
 (0)