From 39a6fe4b3cc9d93fad5967f7e1439520a8ab85ef Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Mon, 15 Feb 2016 21:18:43 +0100 Subject: [PATCH] Fix wildcard dependency on crossbeam --- Cargo.toml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 008a5a2c..e7c7c815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,19 +20,11 @@ handlebars = "~0.12.0" rustc-serialize = "~0.3.16" pulldown-cmark = "~0.0.6" - # Watch feature -[dependencies.notify] -notify = "^2.4.1" -optional = true +notify = { version = "~2.4.1", optional = true } +time = { version = "~0.1.33", optional = true } +crossbeam = { version = "~0.2.8", optional = true } -[dependencies.time] -time = "^0.1.33" -optional = true - -[dependencies.crossbeam] -time = "^0.2.0" -optional = true # Tests [dev-dependencies]