build: update CORE_MSRV 1.80.1 → 1.82.0

This commit is contained in:
Erich Gubler 2024-10-20 17:46:37 -04:00
parent 1bd3c7b4ee
commit c626d4f819
5 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ env:
REPO_MSRV: "1.85"
# This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,
# to ensure that they can be used with firefox.
CORE_MSRV: "1.80.1"
CORE_MSRV: "1.82.0"
#
# Environment variables

View File

@ -15,7 +15,7 @@ autotests = false
# copy the crates it actually uses out of the workspace, so it's meaningful for
# them to have less restrictive MSRVs individually than the workspace as a
# whole, if their code permits. See `../README.md` for details.
rust-version = "1.80.0"
rust-version = "1.82.0"
[[test]]
name = "naga-test"

View File

@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
# copy the crates it actually uses out of the workspace, so it's meaningful for
# them to have less restrictive MSRVs individually than the workspace as a
# whole, if their code permits. See `../README.md` for details.
rust-version = "1.80.0"
rust-version = "1.82.0"
[package.metadata.docs.rs]
all-features = true

View File

@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
# copy the crates it actually uses out of the workspace, so it's meaningful for
# them to have less restrictive MSRVs individually than the workspace as a
# whole, if their code permits. See `../README.md` for details.
rust-version = "1.80.0"
rust-version = "1.82.0"
[package.metadata.docs.rs]
# Ideally we would enable all the features.

View File

@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
# copy the crates it actually uses out of the workspace, so it's meaningful for
# them to have less restrictive MSRVs individually than the workspace as a
# whole, if their code permits. See `../README.md` for details.
rust-version = "1.80.0"
rust-version = "1.82.0"
[package.metadata.docs.rs]
all-features = true