mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-02 20:27:15 +02:00
Pin version of console to 0.10.0
This commit is contained in:
parent
296bad8ffd
commit
bf696f58c8
@ -39,7 +39,7 @@ regex-fancy = ["syntect/regex-fancy"] # Use the rust-only "fancy-regex" engine
|
|||||||
atty = { version = "0.2.14", optional = true }
|
atty = { version = "0.2.14", optional = true }
|
||||||
ansi_term = "^0.12.1"
|
ansi_term = "^0.12.1"
|
||||||
ansi_colours = "^1.0"
|
ansi_colours = "^1.0"
|
||||||
console = "0.10"
|
console = "=0.10.0"
|
||||||
dirs = { version = "2.0", optional = true }
|
dirs = { version = "2.0", optional = true }
|
||||||
lazy_static = { version = "1.4", optional = true }
|
lazy_static = { version = "1.4", optional = true }
|
||||||
wild = { version = "2.0", optional = true }
|
wild = { version = "2.0", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user