diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaa63b9ba65..5994a44a79f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,13 +32,13 @@ 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-2024-01-31" + NIGHTLY_VERSION: "nightly-2024-08-11" # Version of rust used to build the docs with. # # This needs to be newer to work around https://github.com/gfx-rs/wgpu/issues/4905. # # Once this fix hits stable Rust, we can use that instead of nightly. - DOCS_RUST_VERSION: "nightly-2024-01-31" + DOCS_RUST_VERSION: "nightly-2024-08-11" # This is the MSRV used by `wgpu` itself and all surrounding infrastructure. REPO_MSRV: "1.77" # This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,