mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Reorder dependencies in various Cargo.toml files
This commit is contained in:
parent
712b053f4f
commit
32bc3d9c09
9 changed files with 45 additions and 45 deletions
|
@ -16,8 +16,8 @@ path = "../plugins"
|
|||
[dependencies]
|
||||
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
log = "0.3"
|
||||
lazy_static = "0.1.10"
|
||||
log = "0.3"
|
||||
num = "0.1.24"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = "0.4.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue