Reorder dependencies

This commit is contained in:
Anthony Ramine 2016-06-26 02:16:57 +02:00
parent 054bb381e9
commit abfd52a721
16 changed files with 100 additions and 100 deletions

View file

@ -22,8 +22,8 @@ libc = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}
plugins = {path = "../plugins"}
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
script_traits = {path = "../script_traits"}
selectors = {version = "0.6", features = ["heap_size"]}