parent
d7e0e56e83
commit
e72267731b
@ -1 +1 @@
|
||||
SHA512 (time-0.2.6.crate) = a9139d0a1bc8128646a0914b936da1f9b2711da9eb8c894349b11741abd0c7eeda585739dbe257e5d845f9b4ca78315dc6adfa41b7c33b5d45ca98fe4cc7184e
|
||||
SHA512 (time-0.2.7.crate) = 9788c08d4d4a4ca54c85d13d9def2b2cf0f729041710c97d2c9f552f3094b4cc657d4f192dae375c5d63d63098c15c7ee0ea260249dcfa65d7491106f976fb80
|
||||
|
@ -1,10 +1,15 @@
|
||||
--- time-0.2.6/Cargo.toml 2020-01-30T03:36:54+00:00
|
||||
+++ time-0.2.6/Cargo.toml 2020-02-12T18:16:29.707889+00:00
|
||||
@@ -21,6 +21,7 @@
|
||||
categories = ["date-and-time"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/time-rs/time"
|
||||
+exclude = ["/.github"]
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
[dependencies.rustversion]
|
||||
--- 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
|
||||
|
Loading…
Reference in new issue