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

16 lines
450 B

--- time-0.2.7/Cargo.toml 2020-02-22T21:35:55+00:00
+++ time-0.2.7/Cargo.toml 2020-02-23T09:26:00.240856+00:00
@@ -45,11 +45,7 @@
default = ["deprecated", "std"]
deprecated = []
panicking-api = []
-std = ["libc", "winapi"]
+std = ["libc"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["minwinbase", "minwindef", "timezoneapi"]
-optional = true