File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : " Announcing Rust 1.74.1"
4
+ author : The Rust Release Team
5
+ release : true
6
+ ---
7
+
8
+ The Rust team has published a new point release of Rust, 1.74.1. Rust is a
9
+ programming language that is empowering everyone to build reliable and
10
+ efficient software.
11
+
12
+ If you have a previous version of Rust installed via rustup, getting Rust
13
+ 1.74.1 is as easy as:
14
+
15
+ ```
16
+ rustup update stable
17
+ ```
18
+
19
+ If you don't have it already, you can [ get ` rustup ` ] [ rustup ] from the
20
+ appropriate page on our website.
21
+
22
+ [ rustup ] : https://www.rust-lang.org/install.html
23
+
24
+ ## What's in 1.74.1
25
+
26
+ 1.74.1 resolves a few regressions introduced in 1.74.0:
27
+
28
+ - [ Resolved spurious STATUS_ACCESS_VIOLATIONs in LLVM] ( https://github.com/rust-lang/rust/pull/118464 )
29
+ - [ Clarify guarantees for std::mem::discriminant] ( https://github.com/rust-lang/rust/pull/118006 )
30
+ - [ Fix some subtyping-related regressions] ( https://github.com/rust-lang/rust/pull/116415 )
31
+
32
+ ### Contributors to 1.74.1
33
+
34
+ Many people came together to create Rust 1.74.1. We couldn't have done it
35
+ without all of you. [ Thanks!] ( https://thanks.rust-lang.org/rust/1.74.1/ )
You can’t perform that action at this time.
0 commit comments