From e251161c5d4a6bb6ee405193150ef210b58e5d34 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 21 Jan 2025 01:21:13 +0800 Subject: [PATCH] rust 1.81 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0981e92..869b413 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.70.0" + toolchain: "1.81" override: true default: true components: rustfmt @@ -88,7 +88,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.70.0" + toolchain: "1.81" override: true default: true components: rustfmt