docs: rust: quick-start: add Debian Testing
authorMiguel Ojeda <ojeda@kernel.org>
Fri, 16 Aug 2024 18:15:14 +0000 (20:15 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Sat, 24 Aug 2024 17:44:24 +0000 (19:44 +0200)
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 <debian@fabian.gruenbichler.email>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/quick-start.rst

index d06a36106cd458cc48060448c83cbe6f51622e50..ed5af2b5339ac8c821cea07e801bc88aea0eac4d 100644 (file)
@@ -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