From ec520816b5422f9dbedc099dad333e4b7ace32fd Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 9 Jul 2026 22:49:26 +0200 Subject: [PATCH] docs: rust: quick-start: remove Ubuntu 25.10 Ubuntu 25.10 is not supported anymore [1]. Thus remove it. Link: https://ubuntu.com/about/release-cycle [1] Reviewed-by: Gary Guo Link: https://patch.msgid.link/20260709204926.139252-1-ojeda@kernel.org Signed-off-by: Miguel Ojeda --- Documentation/rust/quick-start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rust/quick-start.rst b/Documentation/rust/quick-start.rst index a6ec3fa94d33..f79aa3c7138e 100644 --- a/Documentation/rust/quick-start.rst +++ b/Documentation/rust/quick-start.rst @@ -90,7 +90,7 @@ they should generally work out of the box, e.g.:: Ubuntu ****** -Ubuntu 25.10 and 26.04 LTS provide recent Rust releases and thus they should +Ubuntu 26.04 LTS provides recent Rust releases and thus it should generally work out of the box, e.g.:: apt install rustc rust-src bindgen rustfmt rust-clippy