]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: rust: quick-start: add Debian 13 (Trixie)
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 12 Oct 2025 22:46:45 +0000 (00:46 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 4 Nov 2025 19:21:15 +0000 (20:21 +0100)
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
Link: https://patch.msgid.link/20251012224645.1148411-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/quick-start.rst

index 155f7107329a97e89f7ebdd25529d6f8a4923ede..152289f0bed2faee0639fb8ed06f467d0405ad86 100644 (file)
@@ -39,8 +39,8 @@ of the box, e.g.::
 Debian
 ******
 
-Debian Testing and Debian Unstable (Sid), outside of the freeze period, provide
-recent Rust releases and thus they should generally work out of the box, e.g.::
+Debian 13 (Trixie), as well as Testing and Debian Unstable (Sid) provide recent
+Rust releases and thus they should generally work out of the box, e.g.::
 
        apt install rustc rust-src bindgen rustfmt rust-clippy