We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nightly
1 parent 9b10575 commit 955725aCopy full SHA for 955725a
.github/workflows/ci.yml
@@ -32,13 +32,13 @@ env:
32
# We sometimes need nightly to use special things in CI.
33
#
34
# In order to prevent CI regressions, we pin the nightly version.
35
- NIGHTLY_VERSION: "nightly-2024-01-31"
+ NIGHTLY_VERSION: "nightly-2024-08-11"
36
# Version of rust used to build the docs with.
37
38
# This needs to be newer to work around https://github.com/gfx-rs/wgpu/issues/4905.
39
40
# Once this fix hits stable Rust, we can use that instead of nightly.
41
- DOCS_RUST_VERSION: "nightly-2024-01-31"
+ DOCS_RUST_VERSION: "nightly-2024-08-11"
42
# This is the MSRV used by `wgpu` itself and all surrounding infrastructure.
43
REPO_MSRV: "1.77.2"
44
# This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,
0 commit comments