Skip to content

Commit ccb5f2f

Browse files
committed
chore: bump starknet 0.17.0
1 parent 58b8144 commit ccb5f2f

File tree

9 files changed

+1128
-848
lines changed

9 files changed

+1128
-848
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
RUST_VERSION: 1.85.0
11+
RUST_VERSION: 1.87.0
1212

1313
jobs:
1414
test:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CARGO_TERM_COLOR: always
10-
RUST_VERSION: 1.85.0
10+
RUST_VERSION: 1.87.0
1111

1212
jobs:
1313
prepare:
@@ -41,7 +41,7 @@ jobs:
4141
- uses: arduino/setup-protoc@v3
4242
with:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
44-
44+
4545
- name: Install wasm-pack
4646
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
4747

0 commit comments

Comments
 (0)