소스 검색

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