Skip to content

Commit ca6b1e4

Browse files
ci: update to stable Rust 1.85, typos 1.29.9 (#824)
1 parent 782fb5a commit ca6b1e4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ env:
33
# version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still
44
# come automatically. If the version specified here is no longer the latest stable version,
55
# then please feel free to submit a PR that adjusts it along with the potential clippy fixes.
6-
RUST_STABLE_VER: "1.84" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
6+
RUST_STABLE_VER: "1.85" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
77
# The purpose of checking with the minimum supported Rust toolchain is to detect its staleness.
88
# If the compilation fails, then the version specified here needs to be bumped up to reality.
99
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
@@ -394,4 +394,4 @@ jobs:
394394
- uses: actions/checkout@v4
395395

396396
- name: check typos
397-
uses: crate-ci/[email protected].4
397+
uses: crate-ci/[email protected].9

vello_shaders/src/compile/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
// Copyright 2023 the Vello Authors
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
33

4-
// Pending on https://github.com/rust-lang/rust-clippy/pull/13677
5-
#![expect(
6-
clippy::shadow_unrelated,
7-
reason = "https://github.com/rust-lang/rust-clippy/pull/13677"
8-
)]
9-
104
use naga::front::wgsl;
115
use naga::valid::{Capabilities, ModuleInfo, ValidationError, ValidationFlags};
126
use naga::{AddressSpace, ArraySize, ImageClass, Module, StorageAccess, WithSpan};

0 commit comments

Comments
 (0)