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:
Andrew Gallant
2018-04-21 11:38:45 -04:00
parent 1503b3175f
commit 58bd0c67da
2 changed files with 5 additions and 5 deletions

View File

@@ -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" }