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.
rust-datetime/datetime-fix-metadata.diff

21 lines
551 B

--- datetime-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ datetime-0.5.2/Cargo.toml 2021-04-30T11:13:07.599397+00:00
@@ -24,7 +24,7 @@
[lib]
name = "datetime"
[dependencies.iso8601]
-version = "0.3.0"
+version = "0.4"
5 years ago
optional = true
[dependencies.libc]
@@ -44,8 +44,3 @@
5 years ago
default = ["format", "parse"]
format = ["pad", "locale"]
5 years ago
parse = ["iso8601"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1.29"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["sysinfoapi", "minwindef"]