diff rust/Cargo.toml @ 40964:98a0fbda8739

rust-cpython: exclude hgcli from workspace hgcli uses a specific rust-cpython commit by indygreg, of which a PR has been derived which is not merged nor released yet. But we can't use several versions of the sys-python2.7 crate in a single workspace: it makes for a build error. Since hgcli does not at the time being need anything from hg-core, whereas the upcoming hg-cpython will. So for now we're moving hgcli aside, hoping we could base all of them on the same version of rust-cpython again in the future. Differential Revision: https://phab.mercurial-scm.org/D5433
author Georges Racinet <gracinet@anybox.fr>
date Mon, 03 Dec 2018 06:54:19 +0100
parents a36c5e23c055
children 5532823e8c18
line wrap: on
line diff
--- a/rust/Cargo.toml	Fri Dec 14 17:25:41 2018 +0100
+++ b/rust/Cargo.toml	Mon Dec 03 06:54:19 2018 +0100
@@ -1,3 +1,3 @@
 [workspace]
-members = ["hgcli", "hg-core", "hg-direct-ffi"]
-exclude = ["chg"]
+members = ["hg-core", "hg-direct-ffi"]
+exclude = ["chg", "hgcli"]