test(ci): update NIGHTLY_BUILD to last 1.83.0 Nightly (#6769)

This commit is contained in:
Erich Gubler 2024-12-17 14:15:54 -05:00 committed by GitHub
parent f188c3409c
commit f6b156e799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ env:
# We sometimes need nightly to use special things in CI.
#
# In order to prevent CI regressions, we pin the nightly version.
NIGHTLY_VERSION: "nightly-2023-12-17"
NIGHTLY_VERSION: "nightly-2024-10-10"
# This is the MSRV used by `wgpu` itself and all surrounding infrastructure.
REPO_MSRV: "1.83"
# This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,