From e193d2c8578130a447368a62e4d5a8edf9a62517 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Thu, 23 May 2024 12:09:56 -0600 Subject: [PATCH] set channel to version, otherwise the latest stable is used --- rust-toolchain.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 74cb24a..969710a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,2 @@ [toolchain] -channel = "stable" -version = "1.67.0" \ No newline at end of file +channel = "1.67.0"