|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
--- chrono-0.4.10/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
|
|
|
+++ chrono-0.4.10/Cargo.toml 2020-02-18T15:29:36.458224+00:00
|
|
|
|
|
@@ -68,6 +68,7 @@
|
|
|
|
|
+++ chrono-0.4.10/Cargo.toml 2020-02-18T15:57:46.233019+00:00
|
|
|
|
|
@@ -67,7 +67,6 @@
|
|
|
|
|
|
|
|
|
|
[dev-dependencies.serde_json]
|
|
|
|
|
version = "1"
|
|
|
|
|
default-features = false
|
|
|
|
|
+features = ["alloc"]
|
|
|
|
|
-default-features = false
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
alloc = []
|
|
|
|
|
@@ -75,16 +76,6 @@
|
|
|
|
|
@@ -75,16 +74,6 @@
|
|
|
|
|
clock = ["time", "std"]
|
|
|
|
|
default = ["clock", "std"]
|
|
|
|
|
std = []
|
|
|
|
|