mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #15753 - UK992:tidy, r=jdm
Fix Cargo.toml in servo_tidy_tests - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #15737 <!-- 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/15753) <!-- Reviewable:end -->
This commit is contained in:
commit
28bd00debc
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
[package]
|
||||
name = "test"
|
||||
version = "*"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
test-package = { version = "*" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue