RustDesk лет назад: 2
Родитель
Сommit
946845cd01
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/build.yaml

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

@@ -45,7 +45,7 @@ jobs:
45
       - name: Install toolchain
45
       - name: Install toolchain
46
         uses: actions-rs/toolchain@v1
46
         uses: actions-rs/toolchain@v1
47
         with:
47
         with:
48
-          toolchain: "1.67.1"
48
+          toolchain: "1.70.0"
49
           override: true
49
           override: true
50
           default: true
50
           default: true
51
           components: rustfmt
51
           components: rustfmt
@@ -84,7 +84,7 @@ jobs:
84
       - name: Install toolchain
84
       - name: Install toolchain
85
         uses: actions-rs/toolchain@v1
85
         uses: actions-rs/toolchain@v1
86
         with:
86
         with:
87
-          toolchain: "1.62"
87
+          toolchain: "1.70.0"
88
           override: true
88
           override: true
89
           default: true
89
           default: true
90
           components: rustfmt
90
           components: rustfmt