Преглед на файлове

bump rustc version in CI

Evan Almloff преди 11 месеца
родител
ревизия
d6ca80e494
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      .github/workflows/main.yml

+ 3 - 3
.github/workflows/main.yml

@@ -230,7 +230,7 @@ jobs:
           - {
               target: x86_64-apple-darwin,
               os: macos-latest,
-              toolchain: "1.76.0",
+              toolchain: "1.79.0",
               cross: false,
               command: "test",
               args: "--all --tests",
@@ -238,7 +238,7 @@ jobs:
           - {
               target: aarch64-apple-ios,
               os: macos-latest,
-              toolchain: "1.76.0",
+              toolchain: "1.79.0",
               cross: false,
               command: "build",
               args: "--package dioxus-mobile",
@@ -246,7 +246,7 @@ jobs:
           - {
               target: aarch64-linux-android,
               os: ubuntu-latest,
-              toolchain: "1.76.0",
+              toolchain: "1.79.0",
               cross: true,
               command: "build",
               args: "--package dioxus-mobile",