Browse Source

Bump rust version to 1.69

Jonathan Kelley 1 năm trước cách đây
mục cha
commit
afa8687735
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      .github/workflows/main.yml

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

@@ -91,7 +91,7 @@ jobs:
           - {
               target: x86_64-pc-windows-msvc,
               os: windows-latest,
-              toolchain: '1.65.0',
+              toolchain: '1.69.0',
               cross: false,
               command: 'test',
               args: '--all --tests'
@@ -99,7 +99,7 @@ jobs:
           - {
               target: x86_64-unknown-linux-gnu,
               os: ubuntu-latest,
-              toolchain: '1.65.0',
+              toolchain: '1.69.0',
               cross: false,
               command: 'test',
               args: '--all --tests'
@@ -107,7 +107,7 @@ jobs:
           - {
               target: x86_64-apple-darwin,
               os: macos-latest,
-              toolchain: '1.65.0',
+              toolchain: '1.69.0',
               cross: false,
               command: 'test',
               args: '--all --tests'
@@ -115,7 +115,7 @@ jobs:
           - {
               target: aarch64-apple-ios,
               os: macos-latest,
-              toolchain: '1.65.0',
+              toolchain: '1.69.0',
               cross: false,
               command: 'build',
               args: '--package dioxus-mobile'
@@ -123,7 +123,7 @@ jobs:
           - {
               target: aarch64-linux-android,
               os: ubuntu-latest,
-              toolchain: '1.65.0',
+              toolchain: '1.69.0',
               cross: true,
               command: 'build',
               args: '--package dioxus-mobile'