瀏覽代碼

Bump msrv to support simple logger

Jonathan Kelley 1 年之前
父節點
當前提交
223d588c85
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .github/workflows/main.yml

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

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