From c0a935c4ff038588c41251c1c54abef993283728 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Wed, 30 Dec 2015 12:58:47 +0100 Subject: [PATCH] Fix Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c588564..555f273f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,15 +23,15 @@ pulldown-cmark = "~0.0.3" # Watch feature [dependencies.notify] -notify = "^2.4.1" +version = "^2.4.1" optional = true [dependencies.time] -time = "^0.1.33" +version = "^0.1.33" optional = true [dependencies.crossbeam] -time = "^0.2.0" +version = "^0.2.0" optional = true # Tests