summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-21 21:58:27 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-21 23:05:52 -0400
commit2f3dbf5fee7a83a7d8e9bbeb48eebf79f9415c47 (patch)
tree6f2dab93dac7f310014b83297c931cc5a86120da /grep
parent5c80e4adb69c618e458cfc70a8502a497604825c (diff)
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
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 48a3aaab..b9a83cea 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -22,7 +22,7 @@ grep-searcher = { version = "0.1.0", path = "../grep-searcher" }
[dev-dependencies]
atty = "0.2.11"
termcolor = "1"
-walkdir = "2.2.0"
+walkdir = "2.2.1"
[features]
avx-accel = ["grep-searcher/avx-accel"]