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

@ -46,24 +46,24 @@ git = "https://github.com/servo/ipc-channel"
[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
log = "0.3"
bitflags = "0.3"
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
euclid = {version = "0.6.1", features = ["unstable", "plugins"]}
getopts = "0.2.11"
html5ever = { version = "0.4", features = ["unstable"], optional = true }
hyper = { version = "0.7", optional = true }
lazy_static = "0.1"
libc = "0.2"
log = "0.3"
num = "0.1.24"
num_cpus = "0.2.2"
rand = "0.3"
rustc-serialize = "0.3"
smallvec = "0.1"
num_cpus = "0.2.2"
num = "0.1.24"
euclid = {version = "0.6.1", features = ["unstable", "plugins"]}
selectors = "0.4.1"
serde = "0.6"
serde_macros = "0.6"
smallvec = "0.1"
string_cache = "0.2"
lazy_static = "0.1"
getopts = "0.2.11"
hyper = { version = "0.7", optional = true }
url = {version = "0.5.4", features = ["serde_serialization"]}
uuid = "0.1.17"