build: update CORE_MSRV 1.76.0 → 1.80.1

This commit is contained in:
Erich Gubler 2024-08-12 13:05:16 +01:00
parent 177205b3be
commit 18951ea3d2
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.76"
CORE_MSRV: "1.80.1"
#
# 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.76"
rust-version = "1.80.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.76"
rust-version = "1.80.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.76"
rust-version = "1.80.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.76"
rust-version = "1.80.0"
[package.metadata.docs.rs]
all-features = true