diff options
author | RustDesk <[email protected]> | 2023-06-08 16:18:00 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-08 16:18:00 +0800 |
commit | 946845cd01f3862d56b6b4defa35eb225b8714a1 (patch) | |
tree | c3e21eab6dad8f7589b41c24c18556b20655646d /.github/workflows | |
parent | fd1c21b114fb1e68980ad228bfc3961099c0d138 (diff) | |
download | rustdesk-server-946845cd01f3862d56b6b4defa35eb225b8714a1.tar.gz rustdesk-server-946845cd01f3862d56b6b4defa35eb225b8714a1.zip |
rust 1.70
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
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 |