diff rust/README.rst @ 48296:4ee6b8b40787

rust: update the minimum version of Rust Debian Bullseye has just been released, and it carries `rustc 1.48.0`. This actually implies a regression that we can't really do anything about in `rhg`. See https://github.com/rust-lang/rust/issues/88825. In short, closed (or bad) standard file descriptors are reopened silently with no way of telling by the Rust runtime before `main` is executed. This means that closed fds are not forwarded to the subprocess we run in case of fallback. This is a bit sad, but probably not something worth worrying too much about. Differential Revision: https://phab.mercurial-scm.org/D11341
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 25 Aug 2021 17:53:19 +0200
parents ec14c37958ec
children 799fdf4cca80
line wrap: on
line diff
--- a/rust/README.rst	Wed Oct 20 00:57:02 2021 +0200
+++ b/rust/README.rst	Wed Aug 25 17:53:19 2021 +0200
@@ -74,8 +74,8 @@
 Developing Rust
 ===============
 
-The current version of Rust in use is ``1.41.1``, because it's what Debian
-stable has. You can use ``rustup override set 1.41.1`` at the root of the repo
+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
 to make it easier on you.
 
 Go to the ``hg-cpython`` folder::