From 0a8d371f88542eeb1976b9421391620a4ae6a6ff Mon Sep 17 00:00:00 2001 From: mmagician Date: Wed, 17 Jul 2024 23:43:11 +0200 Subject: [PATCH] removed unused `version` key from `rust-toolchain.toml`, use latest stable Co-authored-by: jakehemmerle --- rust-toolchain.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a36582e..31578d3 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,2 @@ [toolchain] -channel = "stable" -version = "1.74.0" +channel = "stable" \ No newline at end of file