diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-08-21 03:06:04 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-08-21 03:06:04 +0300 |
| commit | 3dbcee55255b074a9e03f9b056936757a2e6e8a0 (patch) | |
| tree | f17791763084043cd0c67d5aff2353c9175f5117 /.github/workflows | |
| parent | 2333491cb2bbc56671cfcb530cac6aee89a5616f (diff) | |
| download | fparkan-3dbcee55255b074a9e03f9b056936757a2e6e8a0.tar.xz fparkan-3dbcee55255b074a9e03f9b056936757a2e6e8a0.zip | |
chore(deps): update rust to v1.98.0devel
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4bf86b..202cbee 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.97.1 + toolchain: 1.98.0 - 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.97.1 + toolchain: 1.98.0 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.97.1 + toolchain: 1.98.0 - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 with: pattern: native-smoke-* |
