parent
ba35d33ea8
commit
d2417fc14f
@ -1,12 +1,14 @@
|
|||||||
--- ctrlc-3.1.2/Cargo.toml 1970-01-01T00:00:00+00:00
|
--- ctrlc-3.1.2/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||||
+++ ctrlc-3.1.2/Cargo.toml 2019-04-24T06:33:38.354714+00:00
|
+++ ctrlc-3.1.2/Cargo.toml 2019-06-04T22:52:04.585684+00:00
|
||||||
@@ -30,9 +30,3 @@
|
@@ -29,10 +29,4 @@
|
||||||
|
[features]
|
||||||
termination = []
|
termination = []
|
||||||
[target."cfg(unix)".dependencies.nix]
|
[target."cfg(unix)".dependencies.nix]
|
||||||
version = "0.13"
|
-version = "0.13"
|
||||||
-[target."cfg(windows)".dependencies.winapi]
|
-[target."cfg(windows)".dependencies.winapi]
|
||||||
-version = "0.3"
|
-version = "0.3"
|
||||||
-features = ["consoleapi", "handleapi", "synchapi", "winbase"]
|
-features = ["consoleapi", "handleapi", "synchapi", "winbase"]
|
||||||
-[target."cfg(windows)".dev-dependencies.winapi]
|
-[target."cfg(windows)".dev-dependencies.winapi]
|
||||||
-version = "0.3"
|
-version = "0.3"
|
||||||
-features = ["fileapi", "processenv", "winnt"]
|
-features = ["fileapi", "processenv", "winnt"]
|
||||||
|
+version = "0.14"
|
||||||
|
Loading…
Reference in new issue