Browse Source

rust 1.81

rustdesk 1 year ago
parent
commit
e251161c5d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build.yaml

+ 2 - 2
.github/workflows/build.yaml

@@ -47,7 +47,7 @@ jobs:
47
       - name: Install toolchain
47
       - name: Install toolchain
48
         uses: actions-rs/toolchain@v1
48
         uses: actions-rs/toolchain@v1
49
         with:
49
         with:
50
-          toolchain: "1.70.0"
50
+          toolchain: "1.81"
51
           override: true
51
           override: true
52
           default: true
52
           default: true
53
           components: rustfmt
53
           components: rustfmt
@@ -88,7 +88,7 @@ jobs:
88
       - name: Install toolchain
88
       - name: Install toolchain
89
         uses: actions-rs/toolchain@v1
89
         uses: actions-rs/toolchain@v1
90
         with:
90
         with:
91
-          toolchain: "1.70.0"
91
+          toolchain: "1.81"
92
           override: true
92
           override: true
93
           default: true
93
           default: true
94
           components: rustfmt
94
           components: rustfmt