From 95dcff6ce8f80dfe09ae52c19802ca91bedefd8e Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Mon, 26 Feb 2024 19:13:26 -0300 Subject: [PATCH] Update 2023-08-24-Rust-1.72.0.md --- posts/2023-08-24-Rust-1.72.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posts/2023-08-24-Rust-1.72.0.md b/posts/2023-08-24-Rust-1.72.0.md index 87df3ba43..ec8d9af3f 100644 --- a/posts/2023-08-24-Rust-1.72.0.md +++ b/posts/2023-08-24-Rust-1.72.0.md @@ -104,6 +104,8 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re In a future release we're planning to increase the minimum supported Windows version to 10. The accepted proposal in compiler [MCP 651](https://github.com/rust-lang/compiler-team/issues/651) is that Rust 1.75 will be the last to officially support Windows 7, 8, and 8.1. When Rust 1.76 is released in February 2024, only Windows 10 and later will be supported as tier-1 targets. This change will apply both as a host compiler and as a compilation target. +**Update**: The planned increase to Windows' minimum support level has been delayed until Rust 1.78, due to be released in May 2024. + ## Contributors to 1.72.0 Many people came together to create Rust 1.72.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.72.0/)