Skip to content

Commit d8de281

Browse files
committed
Windows 7 support update
1 parent d493416 commit d8de281

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: post
3+
title: "New Windows 7 targets and tier 1 deprecation"
4+
author: Chris Denton
5+
---
6+
7+
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.
9+
These requirements apply both to running the Rust compiler itself and to running binaries produced by Rust, if they use the libstd.
10+
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+
13+
## Affected targets
14+
15+
- `x86_64-pc-windows-msvc`
16+
- `i686-pc-windows-msvc`
17+
- `x86_64-pc-windows-gnu`
18+
- `i686-pc-windows-gnu`
19+
20+
## Why are the requirements being changed?
21+
22+
Prior to now, Rust claimed tier 1 support for Windows 7 and 8 but they did not meet the requirements.
23+
In particular they lacked automatic testing and are no longer supported by their vendor.
24+
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.

0 commit comments

Comments
 (0)