From 625f5081fa0be6a7b575f95239ce963387a61836 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Tue, 1 Mar 2016 18:32:43 +0100 Subject: [PATCH] update notify and change dependency version restrictions --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47eb9351..2625b75b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,20 +15,20 @@ exclude = [ ] [dependencies] -clap = "~1.5.3" -handlebars = "~0.12.0" -rustc-serialize = "~0.3.16" -pulldown-cmark = "~0.0.6" +clap = "1.5.3" +handlebars = "0.12.0" +rustc-serialize = "0.3.16" +pulldown-cmark = "0.0.6" # Watch feature -notify = { version = "~2.4.1", optional = true } -time = { version = "~0.1.33", optional = true } -crossbeam = { version = "~0.2.8", optional = true } +notify = { version = "2.5.4", optional = true } +time = { version = "0.1.33", optional = true } +crossbeam = { version = "0.2.8", optional = true } # Tests [dev-dependencies] -tempdir = "~0.3.4" +tempdir = "0.3.4" [features]