Skip to content

Commit 7c7bb3e

Browse files
committed
Announcing Rust 1.85.1
1 parent a6fc2e3 commit 7c7bb3e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

posts/Rust-1.85.1.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
+++
2+
layout = "post"
3+
date = 2025-03-18
4+
title = "Announcing Rust 1.85.1"
5+
author = "The Rust Release Team"
6+
release = true
7+
+++
8+
9+
The Rust team has published a new point release of Rust, 1.85.1. Rust is a
10+
programming language that is empowering everyone to build reliable and
11+
efficient software.
12+
13+
If you have a previous version of Rust installed via rustup, getting Rust
14+
1.85.1 is as easy as:
15+
16+
```
17+
rustup update stable
18+
```
19+
20+
If you don't have it already, you can [get `rustup`][rustup] from the
21+
appropriate page on our website.
22+
23+
[rustup]: https://www.rust-lang.org/install.html
24+
25+
## What's in 1.85.1
26+
27+
- [Fix the doctest-merging feature of the 2024 Edition.](https://github.com/rust-lang/rust/pull/137899/)
28+
- [Relax some `target_feature` checks when generating docs.](https://github.com/rust-lang/rust/pull/137632/)
29+
- [Fix errors in `std::fs::rename` on Windows 1607.](https://github.com/rust-lang/rust/pull/137528/)
30+
- [Downgrade bootstrap `cc` to fix custom targets.](https://github.com/rust-lang/rust/pull/137460/)
31+
- [Skip submodule updates when building Rust from a source tarball.](https://github.com/rust-lang/rust/pull/137338/)
32+
33+
### Contributors to 1.85.1
34+
35+
Many people came together to create Rust 1.85.1. We couldn't have done it
36+
without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.85.1/)

0 commit comments

Comments
 (0)