From fab24f522417ebff2cc8bace73fb07c75ee9d6e4 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 18 Feb 2017 20:24:27 -0500 Subject: [PATCH] Bump notify crate to 0.4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b44a838d..e4e86d4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ open = "1.1" regex = "0.2.1" # Watch feature -notify = { version = "3.0", optional = true } +notify = { version = "4.0", optional = true } time = { version = "0.1.34", optional = true } crossbeam = { version = "0.2.8", optional = true }