From da03e77f53bb33b2fe203ac45578289953a1b524 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 4 Sep 2026 00:06:30 +0000 Subject: [PATCH] chore(deps): update rust to v1.98.1 --- .github/workflows/ci.yml | 6 +++--- rust-toolchain.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 202cbee..62e1e0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 with: - toolchain: 1.98.0 + toolchain: 1.98.1 - name: Test backend-neutral crates run: > cargo test @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 with: - toolchain: 1.98.0 + toolchain: 1.98.1 components: clippy,rustfmt - name: Provision macOS Vulkan runtime shell: bash @@ -147,7 +147,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 with: - toolchain: 1.98.0 + toolchain: 1.98.1 - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 with: pattern: native-smoke-* diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 37f07e9..b751b23 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.98.0" +channel = "1.98.1" components = ["clippy", "rustfmt", "rust-docs"] targets = [ "x86_64-pc-windows-msvc",