diff -r 498155b0ba41 -r b88e9c707c95 mercurial/helptext/rust.txt --- a/mercurial/helptext/rust.txt Tue Apr 04 11:47:32 2023 +0200 +++ b/mercurial/helptext/rust.txt Tue Apr 04 11:58:35 2023 +0200 @@ -76,8 +76,9 @@ MSRV ==== -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. +The minimum supported Rust version is defined in `rust/clippy.toml`. +The project's policy is to keep it at or below the version from Debian testing, +to make the distributions' job easier. rhg ===