From f5f490c63e37de68bcddc5fd509fb58aef5273bd Mon Sep 17 00:00:00 2001 From: Juniper Tyree <50025784+juntyr@users.noreply.github.com> Date: Sat, 20 Jan 2024 19:14:29 +0200 Subject: [PATCH] Update rust-toolchain --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 3ab928278..19bb9762a 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2023-11-10" +channel = "nightly" components = [ "cargo", "rustfmt", "clippy", "rust-src" ] targets = [ "x86_64-unknown-linux-gnu", "nvptx64-nvidia-cuda" ]