# HG changeset patch # User Raphaël Gomès # Date 1666261617 -7200 # Node ID eb383f093a01eca2091f0ce73fea99c3e29794cf # Parent 7577b86445587c7576fb543a3634042465dbafcd 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 diff -r 7577b8644558 -r eb383f093a01 mercurial/helptext/rust.txt --- 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 === diff -r 7577b8644558 -r eb383f093a01 rust/README.rst --- 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::