浏览代码

Bump rust version to 1.69

Jonathan Kelley 1 年之前
父节点
当前提交
afa8687735
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      .github/workflows/main.yml

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

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