high rustc

This commit is contained in:
rustdesk
2026-01-12 15:08:01 +08:00
parent f87372ead0
commit d0770e6c06

View File

@@ -53,7 +53,7 @@ jobs:
- name: Install toolchain - name: Install toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: "1.88" toolchain: "1.91"
override: true override: true
default: true default: true
components: rustfmt components: rustfmt
@@ -94,7 +94,7 @@ jobs:
- name: Install toolchain - name: Install toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: "1.88" toolchain: "1.91"
override: true override: true
default: true default: true
components: rustfmt components: rustfmt