about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-04-13 12:25:00 -0700
committerGitHub <noreply@github.com>2023-04-13 12:25:00 -0700
commit617648c43fb204213fefdbd903e3ed1452264b2a (patch)
treedb23dd5c4810c5ff5e47e9dad5e71da949e5a976
parentae60b362d949848ee1e7adc85a5973717af24fe8 (diff)
downloadrust-617648c43fb204213fefdbd903e3ed1452264b2a.tar.gz
rust-617648c43fb204213fefdbd903e3ed1452264b2a.zip
Update the mingw version note
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 80263765283..b89178a6f68 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -18,7 +18,7 @@ Language
 Compiler
 --------
 
-- [Upgrade mingw-w64 on CI to GCC 12.3.](https://github.com/rust-lang/rust/pull/100178/)
+- [Upgrade `*-pc-windows-gnu` on CI to mingw-w64 v10 and GCC 12.2.](https://github.com/rust-lang/rust/pull/100178/)
 - [Rework min_choice algorithm of member constraints.](https://github.com/rust-lang/rust/pull/105300/)
 - [Support `true` and `false` as boolean flags in compiler arguments.](https://github.com/rust-lang/rust/pull/107043/)
 - [Default `repr(C)` enums to `c_int` size.](https://github.com/rust-lang/rust/pull/107592/)