From 938a4cdd97f11a06795d40d7db2178cdce9e8b1a Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Mon, 12 Aug 2024 13:08:10 +0100 Subject: [PATCH] =?UTF-8?q?build(ci):=20update=20`nightly`=202024-01-31=20?= =?UTF-8?q?=E2=86=92=202024-08-11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cb6a28a199..486085f47cb 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-2023-12-17" + 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-2023-12-17" + DOCS_RUST_VERSION: "nightly-2024-08-11" # This is the MSRV used by `wgpu` itself and all surrounding infrastructure. REPO_MSRV: "1.76" # This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,