From 253dbb5a831d71c9633c598f129ae19b08a4dbf3 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 9 Aug 2018 16:02:03 +1000 Subject: [PATCH] Fix location of serde in build dependencies --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8f5c40..5e565c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,9 @@ clap = "2.32.0" [build-dependencies] walkdir = "2" +serde = "1.0.27" +serde_derive = "1.0.27" +toml = "0.4" [target.'cfg(windows)'.dependencies] # NFD is needed on Windows, as web-view doesn't work correctly here @@ -49,7 +52,3 @@ nfd = "0.0.4" winres = "0.1" bindgen = "0.26.3" cc = "1.0" - -serde = "1.0.27" -serde_derive = "1.0.27" -toml = "0.4"