1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-12 17:08:09 -05:00

Use lazy-static 1.0

This commit is contained in:
Bradlee Speice 2018-06-17 23:32:28 -04:00
parent 7bb02a7648
commit 2c648a6401

View File

@ -16,6 +16,6 @@ name = "dtparse"
[dependencies]
chrono = "0.4"
lazy_static = "*"
lazy_static = "1.0"
num-traits = "0.2"
rust_decimal = "0.8"