File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Nightlies are available for the following triples:
21
21
* [ ` i686-unknown-linux-gnu ` ] ( http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-unknown-linux-gnu.tar.gz )
22
22
* [ ` x86_64-apple-darwin ` ] ( http://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-apple-darwin.tar.gz )
23
23
* [ ` i686-apple-darwin ` ] ( http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-apple-darwin.tar.gz )
24
- * [ ` i686-pc-mingw32 ` ] ( http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-pc-mingw32.tar.gz )
24
+ * [ ` x86_64-w64-mingw32 ` ] ( http://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-w64-mingw32.tar.gz )
25
+ * [ ` i686-w64-mingw32 ` ] ( http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz )
25
26
26
27
Note that if you're using the windows snapshot you will need Mingw-w64 installed
27
28
as well as MSYS. The installation script needs to be run inside the MSYS shell.
You can’t perform that action at this time.
0 commit comments