From 971b239d121de40729a447d081d4d10fbb4b8d39 Mon Sep 17 00:00:00 2001 From: michaelmattig Date: Mon, 24 Jan 2022 04:15:13 +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 fdbb9c7a9a..8c4356c75f 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2022-01-09" +channel = "nightly-2022-01-23" components = ["cargo", "rustfmt", "rust-src", "clippy"]