chore(deps): update rust to v1.98.0
Test / Lint (pull_request) Failing after 1m20s
Test / Test (pull_request) Skipped
Test / Render parity (pull_request) Skipped
Docs Deploy / Build and Deploy MkDocs (push) Successful in 1m2s
Test / Lint (push) Failing after 1m29s
Test / Test (push) Skipped
Test / Render parity (push) Skipped
Test / Lint (pull_request) Failing after 1m20s
Test / Test (pull_request) Skipped
Test / Render parity (pull_request) Skipped
Docs Deploy / Build and Deploy MkDocs (push) Successful in 1m2s
Test / Lint (push) Failing after 1m29s
Test / Test (push) Skipped
Test / Render parity (push) Skipped
This commit was merged in pull request #26.
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||||
- uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
|
- uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
|
||||||
with:
|
with:
|
||||||
toolchain: 1.97.1
|
toolchain: 1.98.0
|
||||||
- name: Test backend-neutral crates
|
- name: Test backend-neutral crates
|
||||||
run: >
|
run: >
|
||||||
cargo test
|
cargo test
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||||
- uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
|
- uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
|
||||||
with:
|
with:
|
||||||
toolchain: 1.97.1
|
toolchain: 1.98.0
|
||||||
components: clippy,rustfmt
|
components: clippy,rustfmt
|
||||||
- name: Provision macOS Vulkan runtime
|
- name: Provision macOS Vulkan runtime
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -147,7 +147,7 @@ jobs:
|
|||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||||
- uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
|
- uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
|
||||||
with:
|
with:
|
||||||
toolchain: 1.97.1
|
toolchain: 1.98.0
|
||||||
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
|
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
|
||||||
with:
|
with:
|
||||||
pattern: native-smoke-*
|
pattern: native-smoke-*
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.97.1"
|
channel = "1.98.0"
|
||||||
components = ["clippy", "rustfmt", "rust-docs"]
|
components = ["clippy", "rustfmt", "rust-docs"]
|
||||||
targets = [
|
targets = [
|
||||||
"x86_64-pc-windows-msvc",
|
"x86_64-pc-windows-msvc",
|
||||||
|
|||||||
Reference in New Issue
Block a user