mirror of
https://github.com/servo/servo.git
synced 2025-08-29 00:58:20 +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
|
@ -20,9 +20,9 @@ git = "https://github.com/servo/ipc-channel"
|
|||
path = "../plugins"
|
||||
|
||||
[dependencies]
|
||||
log = "0.3"
|
||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||
image = "0.5.0"
|
||||
log = "0.3"
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
stb_image = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue