From 8aedc96c6759b6f3234c2c6d740f296e2565eac2 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 19 Jan 2020 22:34:51 +0200 Subject: [PATCH] Sort dependencies Signed-off-by: Marko Korhonen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae1f000..137b668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ license = "MIT" [dependencies] clap = "2.33.0" -xdg = "2.2.0" serde = {version = "1.0.104", features = ["derive"]} toml = "0.5.6" +xdg = "2.2.0"