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"]