Reorder dependencies in many Cargo.toml files

This commit is contained in:
Anthony Ramine 2016-05-15 12:51:56 +02:00
parent 985086501a
commit d580226a9c
9 changed files with 83 additions and 83 deletions

View file

@ -9,13 +9,13 @@ name = "devtools_traits"
path = "lib.rs"
[dependencies]
msg = {path = "../msg"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
bitflags = "0.6.0"
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = { version = "0.9", features = [ "serde-serialization" ] }
time = "0.1"
bitflags = "0.6.0"
hyper = {version = "0.9", features = ["serde-serialization"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
msg = {path = "../msg"}
serde = "0.7"
serde_macros = "0.7"
time = "0.1"
url = {version = "1.0.0", features = ["heap_size"]}