Skip to content

Commit

Permalink
[WF:release, WF:test_build] Update Rust toolchain to 1.77.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Apr 11, 2024
1 parent 6acfc51 commit 15dbbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1
toolchain: 1.77.2
# Build app
- name: Build backend
run: cargo build-${{ matrix.platform_alias }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.77.1
toolchain: 1.77.2
# Build client
- name: Build backend
run: cargo build-${{ env.TARGET_PLATFORM }}
Expand Down

0 comments on commit 15dbbe1

Please sign in to comment.