chore: fix rust-toolchain.toml

This commit is contained in:
Tim 2024-11-13 12:41:24 +01:00
parent 988a8ebcde
commit 4386cc326e

View file

@ -1,2 +1,3 @@
[toolchain]
channel = "stable-i686-pc-windows-msvc"
channel = "stable"
targets = ["i686-pc-windows-msvc"]