File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ The minimum requirements for tier 1 toolchains targeting Windows will increase w
8
8
Windows 10 will now be the minimum supported version.
9
9
These requirements apply both to running the Rust compiler itself and to running binaries produced by Rust, if they use the libstd.
10
10
11
- Additionally there are two new tier 3 targets that have Windows 7 as their baseline: ` x86_64-win7-windows-msvc ` and ` i686-win7-windows-msvc ` .
11
+ Additionally there are two new targets that have Windows 7 as their baseline: ` x86_64-win7-windows-msvc ` and ` i686-win7-windows-msvc ` .
12
+ They are starting as tier 3 targets, meaning that the Rust codebase has support for them but we don't build or test them automatically.
13
+ Therefore binaries aren't distributed via rustup.
12
14
13
15
## Affected targets
14
16
You can’t perform that action at this time.
0 commit comments