From fbffef244726aae6e8a98e33ecb77a66274db91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 26 Nov 2017 23:31:26 +1300 Subject: [PATCH] Update walkdir --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9190434..b4c5aa19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ categories = ["filesystem"] bitflags = "^0.7.0" libc = "^0.2.4" filetime = "^0.1.9" -walkdir = "^0.1.5" +walkdir = "^2.0.1" [target.'cfg(target_os="linux")'.dependencies] inotify = "^0.3.0"