##// END OF EJS Templates
rust: upgrade supported Rust toolchain version...
Raphaël Gomès -
r50523:eb383f09 default
parent child Browse files
Show More
@@ -76,8 +76,8 b' instructions on how to install from sour'
76 MSRV
76 MSRV
77 ====
77 ====
78
78
79 The minimum supported Rust version is currently 1.48.0. The project's policy is
79 The minimum supported Rust version is currently 1.61.0. The project's policy is
80 to follow the version from Debian stable, to make the distributions' job easier.
80 to follow the version from Debian testing, to make the distributions' job easier.
81
81
82 rhg
82 rhg
83 ===
83 ===
@@ -77,8 +77,8 b' Example usage:'
77 Developing Rust
77 Developing Rust
78 ===============
78 ===============
79
79
80 The current version of Rust in use is ``1.48.0``, because it's what Debian
80 The current version of Rust in use is ``1.61.0``, because it's what Debian
81 stable has. You can use ``rustup override set 1.48.0`` at the root of the repo
81 testing has. You can use ``rustup override set 1.61.0`` at the root of the repo
82 to make it easier on you.
82 to make it easier on you.
83
83
84 Go to the ``hg-cpython`` folder::
84 Go to the ``hg-cpython`` folder::
General Comments 0
You need to be logged in to leave comments. Login now