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.
27 lines
627 B
27 lines
627 B
7 years ago
|
--- datetime-0.4.7/Cargo.toml 1970-01-01T01:00:00+01:00
|
||
|
+++ datetime-0.4.7/Cargo.toml 2017-11-21T07:27:20.696471+01:00
|
||
|
@@ -29,22 +29,13 @@
|
||
|
version = "0.2"
|
||
|
|
||
|
[dependencies.iso8601]
|
||
|
-version = "0.1.0"
|
||
|
+version = "0.2"
|
||
|
|
||
|
[dependencies.num-traits]
|
||
|
version = "0.1.35"
|
||
|
|
||
|
[dependencies.libc]
|
||
|
version = "0.2"
|
||
|
-[dev-dependencies.regex]
|
||
|
-version = "0.1"
|
||
|
|
||
|
[dev-dependencies.rustc-serialize]
|
||
|
version = "0.3"
|
||
|
-[target."cfg(windows)".dependencies.winapi]
|
||
|
-version = "0.2.8"
|
||
|
-
|
||
|
-[target."cfg(windows)".dependencies.kernel32-sys]
|
||
|
-version = "0.2.2"
|
||
|
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
||
|
-version = "0.1.29"
|