From c23ed817b71332b6fc871b9d2d7848e3265fec23 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Fri, 7 Jul 2017 23:52:43 +0300 Subject: [PATCH] Fix build on nightly --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4ac868..0495058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ keywords = ["file", "watcher", "command-line", "trigger"] license = "Apache-2.0" [dependencies] -clap = "~2.19.0" +clap = "~2.21.0" humantime = "~1.0.0" notify = "~3.0.0"