Merge pull request #10 from Stremio/chore/rust-toolchain

chore: fix rust-toolchain.toml
This commit is contained in:
Владимир Борисов 2024-11-13 15:02:02 +02:00 committed by GitHub
commit 0df3470531

View file

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