[Updated] D11341: rust: update the minimum version of Rust
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Wed Nov 3 16:30:57 UTC 2021
Closed by commit rHG4ee6b8b40787: rust: update the minimum version of Rust (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11341?vs=30243&id=31015
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11341/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11341
AFFECTED FILES
rust/README.rst
tests/test-basic.t
CHANGE DETAILS
diff --git a/tests/test-basic.t b/tests/test-basic.t
--- a/tests/test-basic.t
+++ b/tests/test-basic.t
@@ -55,12 +55,13 @@
On Python 3, stdio may be None:
$ hg debuguiprompt --config ui.interactive=true 0<&-
- abort: Bad file descriptor
+ abort: Bad file descriptor (no-rhg !)
+ abort: response expected (rhg !)
[255]
$ hg version -q 0<&-
Mercurial Distributed SCM * (glob)
-#if py3
+#if py3 no-rhg
$ hg version -q 1>&-
abort: Bad file descriptor
[255]
diff --git a/rust/README.rst b/rust/README.rst
--- a/rust/README.rst
+++ b/rust/README.rst
@@ -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::
To: Alphare, #hg-reviewers, SimonSapin
Cc: martinvonz, pulkit, SimonSapin, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211103/e31aab1a/attachment-0002.html>
More information about the Mercurial-patches
mailing list