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

@ -15,7 +15,7 @@ unstable = []
heap_size = []
[dependencies]
gecko_bindings = {version = "0.0.1", path = "../gecko_bindings"}
heapsize = "0.3.5"
libc = "0.2"
gecko_bindings = {version = "0.0.1", path = "../gecko_bindings"}
serde = "0.7"