ignore: fix false positive in path_is_symlink

This commit fixes a bug where the first path always reported itself as
as symlink via `path_is_symlink`.

Part of this fix includes updating walkdir to 2.2.1, which also includes
a corresponding bug fix.

Fixes #984
This commit is contained in:
Andrew Gallant
2018-08-21 21:58:27 -04:00
parent 5c80e4adb6
commit 2f3dbf5fee
5 changed files with 64 additions and 29 deletions

View File

@@ -26,7 +26,7 @@ memchr = "2"
regex = "1"
same-file = "1"
thread_local = "0.3.2"
walkdir = "2.2.0"
walkdir = "2.2.1"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"