mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Deduplicate some dependencies.
This uses some dependencies from crates.io instead of git where the crates.io copy was already used in some other part of the dependency tree, so we had two copies of the same library. The `android_glue` crate is the only one left where we have two copies, but solving that is more tricky since we hard-code a path in `components/servo/.cargo/config`.
This commit is contained in:
parent
d9cc36ac22
commit
0d226722b7
7 changed files with 135 additions and 162 deletions
|
@ -32,4 +32,4 @@ regex = "0.1.14"
|
|||
regex_macros = "0.1.8"
|
||||
hyper = "0.3"
|
||||
flate2 = "0.2.0"
|
||||
uuid = "*"
|
||||
uuid = "0.1.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue