Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-dispatch-macros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Normalize version and update files
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Normalize version and update files
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-macros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"
- uses: actions/download-artifact@v4
with:
pattern: artifacts-*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"

- name: Build binaries
run: cargo build --release --locked --bin sozo --target ${{ matrix.job.target }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"

- name: Check if Dojo Cairo packages exist on Scarb registry
id: check_packages
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"
- uses: Swatinem/rust-cache@v2
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"
- run: bash scripts/cairo_fmt.sh

dojo-core-test:
Expand All @@ -130,7 +130,7 @@ jobs:
- uses: foundry-rs/setup-snfoundry@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"
- uses: actions/download-artifact@v4
with:
name: dojo-bins
Expand All @@ -147,7 +147,7 @@ jobs:
- uses: foundry-rs/setup-snfoundry@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.12.2"
scarb-version: "2.13.1"
- uses: actions/download-artifact@v4
with:
name: dojo-bins
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scarb 2.12.2
starknet-foundry 0.50.0
scarb 2.13.1
starknet-foundry 0.51.0
cairo-profiler 0.9.0
katana 1.7.0
torii 1.8.3
Expand Down
Loading
Loading