From 07509cbf75188aa38d34e84d683a9181c2430dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 4 Oct 2018 17:35:12 +0200 Subject: [PATCH] Reorder dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3278527..d4a827a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,13 @@ authors = ["Patrick Lühne "] [dependencies] git2 = "^0.7" -log = "0.4" -pretty_env_logger = "0.2" indicatif = "0.9" -yaml-rust = "0.4" +log = "0.4" notify = "4" +pretty_env_logger = "0.2" tempfile = "3" walkdir = "2" +yaml-rust = "0.4" [dependencies.cpython] git = "https://github.com/dgrunwald/rust-cpython/"