From ad89e93af548bf72264c13a8c87de1cfe132de9c Mon Sep 17 00:00:00 2001 From: Derek Gustafson Date: Sun, 6 Mar 2022 19:51:19 -0500 Subject: [PATCH] Update rust-toolchain.toml Co-authored-by: Richard Feldman --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 02cb8fcb53..c605b9b898 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "stable" +channel = "1.58.0" profile = "default"