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