Skip to content

Commit a191abf

Browse files
Apply suggestions from code review
Co-authored-by: Nathan Stocks <cleancut@github.com>
1 parent da7c121 commit a191abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: posts/2024-02-15-Windows-7.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Chris Denton on behalf of the Compiler Team
55
---
66

77
The minimum requirements for Tier 1 toolchains targeting Windows will increase with the 1.77 release (scheduled for March 21, 2024).
8-
Windows 10 will now be the minimum supported Rust version for the `*-pc-windows-*` targets.
8+
Windows 10 will now be the minimum supported version for the `*-pc-windows-*` targets.
99
These requirements apply both to the Rust toolchain itself and to binaries produced by Rust.
1010

1111
Two new targets have been added with Windows 7 as their baseline: `x86_64-win7-windows-msvc` and `i686-win7-windows-msvc`.
@@ -21,5 +21,5 @@ Therefore binaries aren't distributed via rustup.
2121

2222
## Why are the requirements being changed?
2323

24-
Prior to now, Rust had Tier 1 support for Windows 7 and Windows 8 but these targets no longer meet our requirements.
24+
Prior to now, Rust had Tier 1 support for Windows 7, 8, and 8.1 but these targets no longer meet our requirements.
2525
In particular, these targets could no longer be tested in CI and not supported by their vendor.

0 commit comments

Comments
 (0)