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.
31 lines
772 B
31 lines
772 B
7 years ago
|
--- mio-0.6.15/Cargo.toml 1969-12-31T16:00:00-08:00
|
||
|
+++ mio-0.6.15/Cargo.toml 2018-07-10T21:27:46.009651-07:00
|
||
7 years ago
|
@@ -31,7 +31,7 @@
|
||
|
version = "0.1.1"
|
||
|
|
||
|
[dependencies.lazycell]
|
||
|
-version = "0.6.0"
|
||
|
+version = "1"
|
||
|
|
||
|
[dependencies.log]
|
||
|
version = "0.4"
|
||
|
@@ -54,18 +54,5 @@
|
||
7 years ago
|
[features]
|
||
|
default = ["with-deprecated"]
|
||
|
with-deprecated = []
|
||
|
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon]
|
||
|
-version = "0.3.2"
|
||
7 years ago
|
-
|
||
7 years ago
|
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon-sys]
|
||
|
-version = "0.3.2"
|
||
|
[target."cfg(unix)".dependencies.libc]
|
||
7 years ago
|
version = "0.2.42"
|
||
7 years ago
|
-[target."cfg(windows)".dependencies.kernel32-sys]
|
||
|
-version = "0.2"
|
||
|
-
|
||
|
-[target."cfg(windows)".dependencies.miow]
|
||
|
-version = "0.2.1"
|
||
|
-
|
||
|
-[target."cfg(windows)".dependencies.winapi]
|
||
7 years ago
|
-version = "0.2.6"
|