Use the upstream's set console title

This commit is contained in:
Roey Darwish Dror
2019-08-26 21:06:15 +03:00
parent 21513f979a
commit f6d761d15c
3 changed files with 37 additions and 64 deletions

View File

@@ -22,7 +22,7 @@ shellexpand = "1.0.0"
structopt = "0.2.16"
log = "0.4.6"
walkdir = "2.2.7"
console = "0.7.5"
console = "0.8.0"
self_update_crate = { version = "0.6.0", optional = true, package = "self_update" }
lazy_static = "1.3.0"
rust-ini = "0.13.0"
@@ -37,9 +37,6 @@ glob = "0.3.0"
[target.'cfg(unix)'.dependencies]
nix = "0.15.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["wincon"] }
[profile.release]
lto = true