Skip to content

Commit e61dcff

Browse files
Apply suggestions from code review
Co-authored-by: David Wood <[email protected]>
1 parent 73f7f04 commit e61dcff

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

posts/2024-02-15-Windows-7.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: post
3-
title: "New Windows 7 targets and tier 1 deprecation"
3+
title: "Updated baseline standards for Windows targets"
44
author: Chris Denton
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 version.
8+
Windows 10 will now be the minimum supported Rust 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,6 +21,5 @@ Therefore binaries aren't distributed via rustup.
2121

2222
## Why are the requirements being changed?
2323

24-
Prior to now, Rust claimed tier 1 support for Windows 7 and 8 but they did not meet the requirements.
25-
In particular they lacked automatic testing and are no longer supported by their vendor.
26-
With other software also dropping Windows 7 support, including developer tools such as git, it's becoming increasingly untenable to claim Rust offers first class support.
24+
Prior to now, Rust had Tier 1 support for Windows 7 and Windows 8 but these targets no longer meet our requirements.
25+
In particular, these targets could no longer be tested in CI and not supported by their vendor.

0 commit comments

Comments
 (0)