Proper ctrl+c handling in Windows (fix #508)
This commit is contained in:
@@ -43,6 +43,7 @@ self_update_crate = { version = "0.19.0", optional = true, package = "self_upda
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
self_update_crate = { version = "0.19.0", optional = true, package = "self_update", features = ["archive-zip", "compression-zip-deflate"] }
|
||||
winapi = "0.3.9"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
rust-ini = "0.15.0"
|
||||
|
||||
Reference in New Issue
Block a user