mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix output of test-tidy with duplicated packages.
This commit is contained in:
parent
1f4acb940b
commit
4fec987221
3 changed files with 16 additions and 10 deletions
|
@ -17,13 +17,16 @@ name = "test2"
|
|||
version = "0.1.0"
|
||||
source = "git+https://github.com/user/test2#c54edsf"
|
||||
dependencies = [
|
||||
"test 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"test 0.4.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "test3"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"test 0.5.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "test3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue