From aedb396063e2cd166e3cc0bfd762bf382996cd03 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Tue, 7 Jun 2022 22:14:08 -0500 Subject: [PATCH] chore: bump toolchain --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 94b57d506c20..813e5e2c10fe 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2022-03-27" +channel = "nightly-2022-06-06" components = ["rustc-dev"]