mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
build: update CORE_MSRV 1.80.1 → 1.82.0
This commit is contained in:
parent
1bd3c7b4ee
commit
c626d4f819
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user