Skip to content

Commit 7b37459

Browse files
authored
feat: bump dojo alpha 3 deps & starknet 0.17 (#294)
* feat(dojo): update and keys deser for alpha 3 * update versions * test workflow to alpha 3 * f dep * update rust toolchain * update starknet * fix cainome * fix clippy & scirpts * fmt
1 parent aab049f commit 7b37459

File tree

18 files changed

+623
-536
lines changed

18 files changed

+623
-536
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUST_VERSION=1.86.0
1+
ARG RUST_VERSION=1.88.0
22
FROM ubuntu:24.04
33
ARG RUST_VERSION
44

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
file: .devcontainer/Dockerfile
7373
tags: ghcr.io/${{ github.repository }}-dev:latest,ghcr.io/${{ github.repository }}-dev:${{ env.DOCKER_TAG }}
7474
build-args: |
75-
RUST_VERSION=1.86.0
75+
RUST_VERSION=1.88.0
7676
BUILD_TYPE=${{ github.event_name }}
7777
DOJO_VERSION=${{ github.event.release.tag_name }}
7878
platforms: linux/amd64,linux/arm64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions-rust-lang/setup-rust-toolchain@v1
7171
name: Rust Toolchain Setup
7272
with:
73-
toolchain: "1.86.0"
73+
toolchain: "1.88.0"
7474
target: ${{ matrix.job.target }}
7575
cache-on-failure: true
7676
cache-key: ${{ matrix.job.target }}

.github/workflows/test.yml

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

2424
env:
2525
CARGO_TERM_COLOR: always
26-
RUST_VERSION: 1.86.0
26+
RUST_VERSION: 1.88.0
2727

2828
jobs:
2929
fmt:
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Setup for integration tests
6868
run: |
69-
curl -L https://github.com/dojoengine/dojo/releases/download/v1.7.0-alpha.1/dojo_v1.7.0-alpha.1_linux_amd64.tar.gz -o dojo.tar.gz
69+
curl -L https://github.com/dojoengine/dojo/releases/download/v1.7.0-alpha.3/dojo_v1.7.0-alpha.3_linux_amd64.tar.gz -o dojo.tar.gz
7070
tar -C /usr/local/bin -xzf dojo.tar.gz
7171
sozo build --manifest-path examples/spawn-and-move/Scarb.toml
7272
sozo build --manifest-path crates/types-test/Scarb.toml

0 commit comments

Comments
 (0)