mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
deps: pin to atty 0.2.6
atty 0.2.7 (and 0.2.8) contain a regression in cygwin terminals that prevents basic use of ripgrep, and is also the cause of the Windows CI test failures. For now, we pin to 0.2.6, but a patch has been submitted upstream: https://github.com/softprops/atty/pull/25
This commit is contained in:
@@ -33,7 +33,7 @@ path = "tests/tests.rs"
|
||||
members = ["grep", "globset", "ignore", "termcolor", "wincolor"]
|
||||
|
||||
[dependencies]
|
||||
atty = "0.2.2"
|
||||
atty = "=0.2.6"
|
||||
bytecount = "0.3.1"
|
||||
encoding_rs = "0.7"
|
||||
globset = { version = "0.3.0", path = "globset" }
|
||||
|
Reference in New Issue
Block a user