From 2563ada6bc444d60277651ad3103289721e4d0e1 Mon Sep 17 00:00:00 2001 From: PotentialStyx <62217716+PotentialStyx@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:35:44 -0700 Subject: [PATCH] build: Update rust nightly version This fixes crc32fast 1.4.0 --- .github/workflows/ci.yml | 4 ++-- rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3735309..1010b37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ "with": { "components": "clippy,rustc-codegen-cranelift", - "toolchain": "nightly-2024-01-22", + "toolchain": "nightly-2024-04-10", }, }, { @@ -110,7 +110,7 @@ "with": { "components": "clippy", - "toolchain": "nightly-2024-01-22", + "toolchain": "nightly-2024-04-10", }, }, { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 525e084..1c9a3ce 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2024-01-22" +channel = "nightly-2024-04-10"