mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Reorder dependencies in many Cargo.toml files
This commit is contained in:
parent
985086501a
commit
d580226a9c
9 changed files with 83 additions and 83 deletions
|
@ -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"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue