Use the upstream's set console title
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user