Skip to content

Commit cd645da

Browse files
Update cairo-lang dependencies to version 2.19 (#1620)
1 parent 3ab1320 commit cd645da

40 files changed

Lines changed: 1234 additions & 355 deletions

.github/workflows/starknet-blocks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Starknet Blocks
22

33
on:
4-
pull_request:
5-
branches: [main]
6-
merge_group:
7-
types: [checks_requested]
4+
workflow_dispatch:
85

96
jobs:
107
run-blocks:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ test_data_artifacts/programs
4141
test_data_artifacts/contracts
4242
test_data_artifacts/tests
4343
test_data_artifacts/tests_starknet
44-
test_data/e2e_libfuncs_raw

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "vendor/cairo"]
22
path = vendor/cairo
33
url = https://github.com/starkware-libs/cairo.git
4-
branch = v2.16.0
4+
branch = v2.19.0-rc.0

0 commit comments

Comments
 (0)