Auto merge of #19413 - servo:jdm-patch-9, r=avadacatavra

Don't confuse Cargo when building dependencies.

It's not totally clear why this is experienced intermittently (see #19402), but this allowed mp4parse-capi to actually build on my machine.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19413)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-11-29 05:24:48 -06:00 committed by GitHub
commit 462409ada5

View file

@ -4,6 +4,7 @@ members = [
"ports/geckolib",
"ports/servo",
]
exclude = [".cargo"]
[profile.dev]
codegen-units = 4