rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 25 Aug 2021 19:33:25 -0700
branchstable
changeset 47881 39ab4c2f38b4
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
packaging: pass extra_pyoxidizer_vars only to pyoxidizer Before, we would attempt to call a function (build_installer_py2exe) that didn't accept this keyword argument. This was preventing the building of py2exe installers. Differential Revision: https://phab.mercurial-scm.org/D11355

[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]