rust 1.70

This commit is contained in:
RustDesk
2023-06-08 16:18:00 +08:00
committed by GitHub
parent fd1c21b114
commit 946845cd01

View File

@@ -45,7 +45,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.67.1"
toolchain: "1.70.0"
override: true
default: true
components: rustfmt
@@ -84,7 +84,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.62"
toolchain: "1.70.0"
override: true
default: true
components: rustfmt