summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-27 03:10:50 +0000
committerbors <bors@rust-lang.org>2024-03-27 03:10:50 +0000
commit7cf61ebde7b22796c69757901dd346d0fe70bd97 (patch)
tree6c9e2ae4ba093e8999de2ec0dfc4d3d7e7f1749a /RELEASES.md
parentaedd173a2c086e558c2b66d3743b344f977621a7 (diff)
parent42c356d3ee820ff4ea437f9304263c1ea668173c (diff)
downloadrust-1.77.1.tar.gz
rust-1.77.1.zip
Auto merge of #123105 - weihanglo:update-stable-cargo, r=Mark-Simulacrum 1.77.1
[stable-1.77] cargo backport

1 commits in 3fe68eabf93cbf3772bbcad09a9206c783e2de3f..e52e360061cacbbeac79f7f1215a7a90b6f08442
2024-02-29 00:16:03 +0000 to 2024-03-26 17:54:36 +0000
- [stable-1.77] Do not strip debuginfo by default for MSVC (rust-lang/cargo#13654)

r? ghost
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 3f7814d184c..29fe44a8723 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,13 @@
+Version 1.77.1 (2024-03-28)
+===========================
+
+<a id="1.77.1"></a>
+
+- [Revert stripping debuginfo by default for Windows](https://github.com/rust-lang/cargo/pull/13654)
+  This fixes a regression in 1.77 by reverting to the previous default.
+  Platforms other than Windows are not affected.
+- Internal: [Fix heading anchor rendering in doc pages](https://github.com/rust-lang/rust/pull/122693)
+
 Version 1.77.0 (2024-03-21)
 ==========================