mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
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:
commit
9eb6bb78b0
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
test-package = { version = "*" }
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
Loading…
Add table
Add a link
Reference in a new issue