aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
authorRustDesk <[email protected]>2023-06-08 16:18:00 +0800
committerGitHub <[email protected]>2023-06-08 16:18:00 +0800
commit946845cd01f3862d56b6b4defa35eb225b8714a1 (patch)
treec3e21eab6dad8f7589b41c24c18556b20655646d /.github/workflows/build.yaml
parentfd1c21b114fb1e68980ad228bfc3961099c0d138 (diff)
downloadrustdesk-server-946845cd01f3862d56b6b4defa35eb225b8714a1.tar.gz
rustdesk-server-946845cd01f3862d56b6b4defa35eb225b8714a1.zip
rust 1.70
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index dac15ab..fc697d1 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -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