changeset 49629:eb383f093a01

rust: upgrade supported Rust toolchain version A few months ago¹, a decision was made to move the Rust toolchain target to whatever Debian Testing was tracking. I didn't have the bandwidth to act on it until now. This is starting to be even more problematic than before, now that edition 2021 is out. The CI has been updated to track the current Debian testing version, 1.61.0. [1] https://lists.mercurial-scm.org/pipermail/mercurial-packaging/2022-April/000338.html
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 20 Oct 2022 12:26:57 +0200
parents 7577b8644558
children 1b6be761c23d
files mercurial/helptext/rust.txt rust/README.rst
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/helptext/rust.txt	Sat Nov 19 20:40:47 2022 +0100
+++ b/mercurial/helptext/rust.txt	Thu Oct 20 12:26:57 2022 +0200
@@ -76,8 +76,8 @@
 MSRV
 ====
 
-The minimum supported Rust version is currently 1.48.0. The project's policy is
-to follow the version from Debian stable, to make the distributions' job easier.
+The minimum supported Rust version is currently 1.61.0. The project's policy is
+to follow the version from Debian testing, to make the distributions' job easier.
 
 rhg
 ===
--- a/rust/README.rst	Sat Nov 19 20:40:47 2022 +0100
+++ b/rust/README.rst	Thu Oct 20 12:26:57 2022 +0200
@@ -77,8 +77,8 @@
 Developing Rust
 ===============
 
-The current version of Rust in use is ``1.48.0``, because it's what Debian
-stable has. You can use ``rustup override set 1.48.0`` at the root of the repo
+The current version of Rust in use is ``1.61.0``, because it's what Debian
+testing has. You can use ``rustup override set 1.61.0`` at the root of the repo
 to make it easier on you.
 
 Go to the ``hg-cpython`` folder::