summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-04-27 23:37:06 +0200
committersharkdp <davidpeter@web.de>2020-04-27 23:37:06 +0200
commitbf696f58c89bc8115e2ead1a66a3250d33db1376 (patch)
treefb3cfe055ab8d8603ea7d69b1bcedf2a2b93ff8a
parent296bad8ffd45928a1771c17f5f503f979df9ed81 (diff)
Pin version of console to 0.10.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d449df6f..263b67a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.10"
+console = "=0.10.0"
dirs = { version = "2.0", optional = true }
lazy_static = { version = "1.4", optional = true }
wild = { version = "2.0", optional = true }