Lock down chrono version to one that uses serde 0.9

This commit is contained in:
Carol (Nichols || Goulding)
2017-05-06 16:26:40 -04:00
parent 1fb3d16843
commit b9c31dfc7d
+3 -1
View File
@@ -16,5 +16,7 @@ serde_json = "0.9"
serde_derive = "0.9"
[dependencies.chrono]
version = "0.3"
# Locked to 0.3.0 since chrono 0.3.1 uses serde ^1, which is incompatible
# with serde 0.9 specified above.
version = "=0.3.0"
features = ["serde"]