ripgrep: use winapi-util for stdin_is_readable

This commit is contained in:
Andrew Gallant
2018-08-25 00:25:45 -04:00
parent 16353bad6e
commit 05a0389555
4 changed files with 8 additions and 17 deletions

View File

@@ -61,9 +61,8 @@ version = "2.32.0"
default-features = false
features = ["suggestions"]
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = ["std", "fileapi", "winnt"]
[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"
[build-dependencies]
lazy_static = "1"