Skip to content

Commit 5935461

Browse files
committed
docs: rust: quick-start: add Debian 13 (Trixie)
Debian 13 (released 2025-08-09) packages Rust 1.85.0 [1], which is recent enough to build Linux. Thus document it. In fact, we are planning to propose that the minimum supported Rust version in Linux follows Debian Stable releases, with Debian 13 being the first one we upgrade to, i.e. Rust 1.85. Link: https://www.debian.org/News/2025/20250809 [1] Link: https://patch.msgid.link/20251012224645.1148411-1-ojeda@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 3b83f5d commit 5935461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/rust/quick-start.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ of the box, e.g.::
3939
Debian
4040
******
4141

42-
Debian Testing and Debian Unstable (Sid), outside of the freeze period, provide
43-
recent Rust releases and thus they should generally work out of the box, e.g.::
42+
Debian 13 (Trixie), as well as Testing and Debian Unstable (Sid) provide recent
43+
Rust releases and thus they should generally work out of the box, e.g.::
4444

4545
apt install rustc rust-src bindgen rustfmt rust-clippy
4646

0 commit comments

Comments
 (0)