You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
588 B
26 lines
588 B
--- console-0.6.1/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ console-0.6.1/Cargo.toml 2018-09-03T09:35:42.329911+02:00
|
|
@@ -24,7 +24,7 @@
|
|
version = "0.2.0"
|
|
|
|
[dependencies.lazy_static]
|
|
-version = "0.2"
|
|
+version = "1"
|
|
|
|
[dependencies.libc]
|
|
version = "0"
|
|
@@ -33,12 +33,9 @@
|
|
version = "0"
|
|
|
|
[dependencies.regex]
|
|
-version = "0.2"
|
|
+version = "1"
|
|
|
|
[dependencies.unicode-width]
|
|
version = "0.1"
|
|
[target."cfg(unix)".dependencies.termios]
|
|
-version = "0.2"
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
version = "0.3"
|
|
-features = ["winbase", "winuser", "consoleapi", "processenv", "wincon"]
|