From: Miguel Ojeda Date: Fri, 16 Aug 2024 18:15:14 +0000 (+0200) Subject: docs: rust: quick-start: add Debian Testing X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f363930484d733e784fce12355d32d04e5baa313;p=users%2Fjedix%2Flinux-maple.git docs: rust: quick-start: add Debian Testing Debian Testing is now also providing recent Rust releases (outside of the freeze period), like Debian Unstable (Sid). Thus add it to the list. Cc: Fabian Grünbichler Signed-off-by: Miguel Ojeda --- diff --git a/Documentation/rust/quick-start.rst b/Documentation/rust/quick-start.rst index d06a36106cd45..ed5af2b5339ac 100644 --- a/Documentation/rust/quick-start.rst +++ b/Documentation/rust/quick-start.rst @@ -39,8 +39,8 @@ of the box, e.g.:: Debian ****** -Debian Unstable (Sid), outside of the freeze period, provides recent Rust -releases and thus it should generally work out of the box, e.g.:: +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.:: apt install rustc rust-src bindgen rustfmt rust-clippy