mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
bump rust version to 1.75 to satisfy CI
This commit is contained in:
parent
4f8868d43d
commit
902d6e2fd7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -212,7 +212,7 @@ jobs:
|
||||||
- {
|
- {
|
||||||
target: x86_64-pc-windows-msvc,
|
target: x86_64-pc-windows-msvc,
|
||||||
os: windows-latest,
|
os: windows-latest,
|
||||||
toolchain: "1.70.0",
|
toolchain: "1.75.0",
|
||||||
cross: false,
|
cross: false,
|
||||||
command: "test",
|
command: "test",
|
||||||
args: "--all --tests",
|
args: "--all --tests",
|
||||||
|
@ -220,7 +220,7 @@ jobs:
|
||||||
- {
|
- {
|
||||||
target: x86_64-apple-darwin,
|
target: x86_64-apple-darwin,
|
||||||
os: macos-latest,
|
os: macos-latest,
|
||||||
toolchain: "1.70.0",
|
toolchain: "1.75.0",
|
||||||
cross: false,
|
cross: false,
|
||||||
command: "test",
|
command: "test",
|
||||||
args: "--all --tests",
|
args: "--all --tests",
|
||||||
|
@ -228,7 +228,7 @@ jobs:
|
||||||
- {
|
- {
|
||||||
target: aarch64-apple-ios,
|
target: aarch64-apple-ios,
|
||||||
os: macos-latest,
|
os: macos-latest,
|
||||||
toolchain: "1.70.0",
|
toolchain: "1.75.0",
|
||||||
cross: false,
|
cross: false,
|
||||||
command: "build",
|
command: "build",
|
||||||
args: "--package dioxus-mobile",
|
args: "--package dioxus-mobile",
|
||||||
|
@ -236,7 +236,7 @@ jobs:
|
||||||
- {
|
- {
|
||||||
target: aarch64-linux-android,
|
target: aarch64-linux-android,
|
||||||
os: ubuntu-latest,
|
os: ubuntu-latest,
|
||||||
toolchain: "1.70.0",
|
toolchain: "1.75.0",
|
||||||
cross: true,
|
cross: true,
|
||||||
command: "build",
|
command: "build",
|
||||||
args: "--package dioxus-mobile",
|
args: "--package dioxus-mobile",
|
||||||
|
|
Loading…
Reference in a new issue