Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <debian@fabian.gruenbichler.email>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

+2 -2
+2 -2
Documentation/rust/quick-start.rst
··· 39 39 Debian 40 40 ****** 41 41 42 - Debian Unstable (Sid), outside of the freeze period, provides recent Rust 43 - releases and thus it should generally work out of the box, e.g.:: 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.:: 44 44 45 45 apt install rustc rust-src bindgen rustfmt rust-clippy 46 46