mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
ripgrep: use winapi-util for stdin_is_readable
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user