From d8a71e8ac9c56b97bfe37db759e9ad943a89fc75 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 17 Dec 2019 09:15:21 +0100 Subject: [PATCH] chore: Update inotify to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fa808cc..99f4f091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ walkdir = "2.0.1" chashmap = "2.2.2" [target.'cfg(target_os="linux")'.dependencies] -inotify = { version = "0.7", default-features = false } +inotify = { version = "0.8", default-features = false } mio = "0.6.15" mio-extras = "2.0.5"