Use lazy-static 1.0

pull/1/head
Bradlee Speice 2018-06-17 23:32:28 -04:00
parent 7bb02a7648
commit 2c648a6401
1 changed files with 1 additions and 1 deletions

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"