Reorder some dependencies

This commit is contained in:
Anthony Ramine 2017-02-10 02:33:57 +01:00
parent d3ba09e588
commit 26d6c96b18
6 changed files with 9 additions and 9 deletions

View file

@ -19,6 +19,6 @@ log = "0.3.5"
msg = {path = "../msg"}
plugins = {path = "../plugins"}
serde = "0.8"
serde_json = "0.8"
serde_derive = "0.8"
serde_json = "0.8"
time = "0.1"