Skip to content

Commit 955725a

Browse files
build(ci): update nightly 2024-01-31 → 2024-08-11
1 parent 9b10575 commit 955725a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ env:
3232
# We sometimes need nightly to use special things in CI.
3333
#
3434
# In order to prevent CI regressions, we pin the nightly version.
35-
NIGHTLY_VERSION: "nightly-2024-01-31"
35+
NIGHTLY_VERSION: "nightly-2024-08-11"
3636
# Version of rust used to build the docs with.
3737
#
3838
# This needs to be newer to work around https://github.com/gfx-rs/wgpu/issues/4905.
3939
#
4040
# Once this fix hits stable Rust, we can use that instead of nightly.
41-
DOCS_RUST_VERSION: "nightly-2024-01-31"
41+
DOCS_RUST_VERSION: "nightly-2024-08-11"
4242
# This is the MSRV used by `wgpu` itself and all surrounding infrastructure.
4343
REPO_MSRV: "1.77.2"
4444
# This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,

0 commit comments

Comments
 (0)