From 69ad3c665b3e941eeae38cbf8de64f0a193b2353 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 13 Nov 2024 12:41:24 +0100 Subject: [PATCH] chore: fix rust-toolchain.toml --- rust-toolchain.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4095b68..846d601 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,3 @@ [toolchain] -channel = "stable-i686-pc-windows-msvc" +channel = "stable" +targets = ["i686-pc-windows-msvc"]