File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 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/ )
You can’t perform that action at this time.
0 commit comments