diff rust/README.rst @ 45614:7bd13bf99d1c

rust: update minimum supported Rust compiler version Debian stable backported `rustc 1.41.1` for a Firefox release that needed it, so we can finally update the compiler version to something that isn't more than a year old. This means that (among other things [1]), `async await` syntax is usable! Differential Revision: https://phab.mercurial-scm.org/D9138
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 28 Sep 2020 15:08:02 +0200
parents e604a3c03ab9
children ec14c37958ec
line wrap: on
line diff
--- a/rust/README.rst	Fri Sep 25 11:29:19 2020 +0200
+++ b/rust/README.rst	Mon Sep 28 15:08:02 2020 +0200
@@ -61,8 +61,8 @@
 Developing Rust
 ===============
 
-The current version of Rust in use is ``1.34.2``, because it's what Debian
-stable has. You can use ``rustup override set 1.34.2`` at the root of the repo
+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
 to make it easier on you.
 
 Go to the ``hg-cpython`` folder::