From 067167de9eea88174e22f30bc7ceabbdbbf4cdee Mon Sep 17 00:00:00 2001 From: Michael Mattig Date: Tue, 29 Mar 2022 14:26:01 +0200 Subject: [PATCH] Update rust-toolchain to fix bug with crossbeam compilation --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 9c0d9edd2..b9272c1e3 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2022-02-28" +channel = "nightly-2022-03-23" components = ["cargo", "rustfmt", "rust-src", "clippy"]