diff options
author | Miguel Ojeda <ojeda@kernel.org> | 2024-08-16 20:15:14 +0200 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2024-08-24 19:44:24 +0200 |
commit | f363930484d733e784fce12355d32d04e5baa313 (patch) | |
tree | 8b9acd375f02ea754e95ad36c6b7d2c4b3e98af5 | |
parent | b204bbc53f958fc3119d63bf2cda5a526e7267a4 (diff) |
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>
-rw-r--r-- | Documentation/rust/quick-start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rust/quick-start.rst b/Documentation/rust/quick-start.rst index d06a36106cd4..ed5af2b5339a 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 |