parent
3f0cd44242
commit
d7e0e56e83
@ -1 +1 @@
|
||||
SHA512 (time-0.1.42.crate) = 4df662212377093b0fd8fcd88ddc30b20a8af7d989c2e100c0cf64f9741e88eea6e858e1aa4220be6b76b0cf8b62c8116b492010d74d1ebef197c66aa130aa83
|
||||
SHA512 (time-0.2.6.crate) = a9139d0a1bc8128646a0914b936da1f9b2711da9eb8c894349b11741abd0c7eeda585739dbe257e5d845f9b4ca78315dc6adfa41b7c33b5d45ca98fe4cc7184e
|
||||
|
@ -1,25 +1,10 @@
|
||||
--- time-0.1.42/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ time-0.1.42/Cargo.toml 2019-06-21T20:09:19.610502+00:00
|
||||
@@ -19,6 +19,7 @@
|
||||
documentation = "https://doc.rust-lang.org/time"
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rust-lang/time"
|
||||
+exclude = ["/.travis.yml", "/appveyor.yml"]
|
||||
[dependencies.libc]
|
||||
version = "0.2.1"
|
||||
|
||||
@@ -28,14 +29,6 @@
|
||||
[dev-dependencies.log]
|
||||
version = "0.4"
|
||||
|
||||
-[dev-dependencies.winapi]
|
||||
-version = "0.3.0"
|
||||
-features = ["std", "processthreadsapi", "winbase"]
|
||||
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
||||
-version = "0.1"
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "0.3.0"
|
||||
-features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]
|
||||
[badges.appveyor]
|
||||
repository = "alexcrichton/time"
|
||||
|
||||
--- 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]
|
||||
|
Loading…
Reference in new issue