[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240816181514.45696-1-ojeda@kernel.org>
Date: Fri, 16 Aug 2024 20:15:14 +0200
From: Miguel Ojeda <ojeda@...nel.org>
To: Miguel Ojeda <ojeda@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Wedson Almeida Filho <wedsonaf@...il.com>
Cc: Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <benno.lossin@...ton.me>,
Andreas Hindborg <a.hindborg@...sung.com>,
Alice Ryhl <aliceryhl@...gle.com>,
rust-for-linux@...r.kernel.org,
linux-kernel@...r.kernel.org,
patches@...ts.linux.dev,
Fabian Grünbichler <debian@...ian.gruenbichler.email>
Subject: [PATCH] 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@...ian.gruenbichler.email>
Signed-off-by: Miguel Ojeda <ojeda@...nel.org>
---
Debian Testing is now providing a very recent Rust release (1.79), which
is good enough for us, and as far as I understand, it is the intention
to keep Debian Testing (outside the freeze period) close to the latest
release of Rust upstream. If that is correct, then we should add it to
the list. Thanks Fabian!
Documentation/rust/quick-start.rst | 4 ++--
1 file 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
base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
--
2.46.0
Powered by blists - more mailing lists