Skip to content

Commit

Permalink
Revert "Use console 0.11.1, see #955"
Browse files Browse the repository at this point in the history
This reverts commit d64c55e.
The build on Windows failed due to two broken tests:

    line_numbers
    tabs_numbers
  • Loading branch information
sharkdp committed Apr 28, 2020
1 parent d64c55e commit d707eab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ regex-fancy = ["syntect/regex-fancy"] # Use the rust-only "fancy-regex" engine
atty = { version = "0.2.14", optional = true }
ansi_term = "^0.12.1"
ansi_colours = "^1.0"
console = "0.11.1"
console = "=0.10.0"
dirs = { version = "2.0", optional = true }
lazy_static = { version = "1.4", optional = true }
wild = { version = "2.0", optional = true }
Expand Down

0 comments on commit d707eab

Please sign in to comment.