From 28bc78e287895d6ac072f38538ceec0cf9bf69d0 Mon Sep 17 00:00:00 2001 From: michaelmattig Date: Mon, 31 Jan 2022 04:14:56 +0000 Subject: [PATCH] Update Rust Nightly Version --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index fdbb9c7a9..86c89d7c0 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2022-01-09" +channel = "nightly-2022-01-30" components = ["cargo", "rustfmt", "rust-src", "clippy"]