Skip to content

Commit 595cf75

Browse files
committed
Bump MSRV to 1.92 (required for wgpu 28)
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 0470e47 commit 595cf75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ 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.91" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
6+
RUST_STABLE_VER: "1.92" # 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,
1010
# plus all the README.md files of the affected packages.
11-
RUST_MIN_VER: "1.88"
11+
RUST_MIN_VER: "1.92"
1212
# List of packages that will be checked with the minimum supported Rust version.
1313
# This should be limited to packages that are intended for publishing.
1414
RUST_MIN_VER_PKGS: "-p vello -p vello_encoding -p vello_shaders -p vello_api -p vello_common -p vello_cpu -p vello_hybrid"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ version = "0.6.0"
4343
edition = "2024"
4444
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml, with the relevant README.md files
4545
# and with the MSRV in the `Unreleased` section of CHANGELOG.md.
46-
rust-version = "1.88"
46+
rust-version = "1.92"
4747
license = "Apache-2.0 OR MIT"
4848
repository = "https://github.com/linebender/vello"
4949

0 commit comments

Comments
 (0)