rust/Cargo.lock
author Georges Racinet <gracinet@anybox.fr>
Mon, 03 Dec 2018 06:54:19 +0100
changeset 40964 98a0fbda8739
parent 40272 a36c5e23c055
child 40965 5532823e8c18
permissions -rw-r--r--
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

[[package]]
name = "hg-core"
version = "0.1.0"

[[package]]
name = "hgdirectffi"
version = "0.1.0"
dependencies = [
 "hg-core 0.1.0",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "libc"
version = "0.2.45"
source = "registry+https://github.com/rust-lang/crates.io-index"

[metadata]
"checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74"