##// END OF EJS Templates
rust: update the minimum version of Rust...
Raphaël Gomès -
r49117:4ee6b8b4 default
parent child Browse files
Show More
@@ -74,8 +74,8 b' Example usage:'
74 Developing Rust
74 Developing Rust
75 ===============
75 ===============
76
76
77 The current version of Rust in use is ``1.41.1``, because it's what Debian
77 The current version of Rust in use is ``1.48.0``, because it's what Debian
78 stable has. You can use ``rustup override set 1.41.1`` at the root of the repo
78 stable has. You can use ``rustup override set 1.48.0`` at the root of the repo
79 to make it easier on you.
79 to make it easier on you.
80
80
81 Go to the ``hg-cpython`` folder::
81 Go to the ``hg-cpython`` folder::
@@ -55,12 +55,13 b' Writes to stdio succeed and fail appropr'
55 On Python 3, stdio may be None:
55 On Python 3, stdio may be None:
56
56
57 $ hg debuguiprompt --config ui.interactive=true 0<&-
57 $ hg debuguiprompt --config ui.interactive=true 0<&-
58 abort: Bad file descriptor
58 abort: Bad file descriptor (no-rhg !)
59 abort: response expected (rhg !)
59 [255]
60 [255]
60 $ hg version -q 0<&-
61 $ hg version -q 0<&-
61 Mercurial Distributed SCM * (glob)
62 Mercurial Distributed SCM * (glob)
62
63
63 #if py3
64 #if py3 no-rhg
64 $ hg version -q 1>&-
65 $ hg version -q 1>&-
65 abort: Bad file descriptor
66 abort: Bad file descriptor
66 [255]
67 [255]
General Comments 0
You need to be logged in to leave comments. Login now