Reorder dependencies in various Cargo.toml files

This commit is contained in:
Anthony Ramine 2016-01-29 02:16:56 +01:00
parent 712b053f4f
commit 32bc3d9c09
9 changed files with 45 additions and 45 deletions

View file

@ -42,8 +42,8 @@ git = "https://github.com/servo/ipc-channel"
[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
libc = "0.2"
euclid = {version = "0.6.1", features = ["plugins"]}
libc = "0.2"
serde = "0.6"
serde_macros = "0.6"
time = "0.1.12"