annotate rust/Cargo.toml @ 45617: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 cf04f62d1579
children 34e0670caf46
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
1 [workspace]
45001
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44642
diff changeset
2 members = ["hg-core", "hg-cpython", "rhg"]
44642
af739894a4c1 hgcli: add stub PyOxidizer project
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44641
diff changeset
3 exclude = ["chg", "hgcli"]