Skip to content

Commit

Permalink
[WF:release, WF:test, WF:test_build] Update Rust toolchain to 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed May 4, 2024
1 parent cac3417 commit a8ca060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.77.2
toolchain: 1.78.0
# Build app
- name: Build backend
run: cargo build-${{ matrix.platform_alias }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.77.2
toolchain: 1.78.0
# Run tests
- name: Run tests
run: cargo test-backend
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.77.2
toolchain: 1.78.0
# Build app
- name: Build backend
run: cargo build-${{ env.TARGET_PLATFORM }}
Expand Down

0 comments on commit a8ca060

Please sign in to comment.