Upgrade to chrono 0.3

This commit is contained in:
gwenn 2017-02-08 21:04:47 +01:00
parent 4a057480c1
commit 8e8f3b00d5

View File

@ -31,7 +31,7 @@ time = "0.1.0"
bitflags = "0.7"
lru-cache = "0.1.0"
libc = "0.2"
chrono = { version = "0.2", optional = true }
chrono = { version = "0.3", optional = true }
serde_json = { version = "0.9", optional = true }
[dev-dependencies]