Constrain the version of console

0.7.2 is broken in FreeBSD
This commit is contained in:
Roey Darwish Dror
2019-01-01 10:12:35 +02:00
parent d874949af4
commit f8921579a7
2 changed files with 14 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ structopt = "0.2.14"
log = "0.4.6"
env_logger = "0.6.0"
walkdir = "2.2.7"
console = "0.7.2"
console = "=0.7.1"
self_update_crate = { version = "0.5.0", optional = true, package = "self_update" }
lazy_static = "1.2.0"