From d7bd2d3df7a4722e9f180e519af13eef15660ec6 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Sat, 3 Mar 2018 21:22:59 +0200 Subject: [PATCH] Make dependencies less strict --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39d3dc6..ec1582f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,11 @@ version = "0.0.1-pre6" authors = ["Stavros Korokithakis "] [dependencies] -clap = "2.30.0" -lazy_static = "0.2" -log = "0.4.1" -notify = "4.0.0" +clap = "^2.30" +lazy_static = "^0.2" +log = "^0.4" +notify = "^4.0" rouille = "^1.0" -rustc-serialize = "0.3.24" -simple_logger = "0.5.0" +rustc-serialize = "^0.3" +simple_logger = "^0.5" xdg = "^2.1" -- 2.22.0