Auto merge of #16150 - kdy1997:master, r=jdm

Allow using servo as dependency, by fixing Cargo.toml of servo-test-t…

- [ ] `./mach build -d` does not report any errors
I had hard time trying to compile rust-mozjs on my ubuntu machine, and I gave up. As this pr does not touch any source code, I expect it to be work.

- [x] `./mach test-tidy` does not report any errors

```sh
Checking the config file...
Checking directories for correct file extensions...

tidy reported no errors.
```

- [x] These changes fix #16149 (github issue number if applicable).

- [x] These changes do not require tests because it's trivial.

<!-- 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/16150)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-03-27 07:41:36 -07:00 committed by GitHub
commit 9eb6bb78b0

View file

@ -6,3 +6,6 @@ publish = false
[dependencies] [dependencies]
test-package = { version = "*" } test-package = { version = "*" }
[lib]
path = "lib.rs"