Reorder dependencies in net_tests' Cargo.toml

This commit is contained in:
Anthony Ramine 2016-05-25 11:27:26 +02:00
parent b11648903b
commit 19b1cb4f07

View file

@ -9,17 +9,17 @@ path = "lib.rs"
doctest = false
[dependencies]
cookie = "0.2"
devtools_traits = {path = "../../../components/devtools_traits"}
flate2 = "0.2.0"
hyper = "0.9"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
msg = {path = "../../../components/msg"}
net = {path = "../../../components/net"}
net_traits = {path = "../../../components/net_traits"}
util = {path = "../../../components/util"}
msg = {path = "../../../components/msg"}
plugins = {path = "../../../components/plugins"}
profile_traits = {path = "../../../components/profile_traits"}
devtools_traits = {path = "../../../components/devtools_traits"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
cookie = "0.2"
hyper = "0.9"
url = {version = "1.0.0", features = ["heap_size"]}
time = "0.1"
flate2 = "0.2.0"
unicase = "1.0"
url = {version = "1.0.0", features = ["heap_size"]}
util = {path = "../../../components/util"}