From 2c648a640189e360ba0cf6f9271b8129cd7d95a0 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 17 Jun 2018 23:32:28 -0400 Subject: [PATCH] Use lazy-static 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0180f3b..c1f967a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ name = "dtparse" [dependencies] chrono = "0.4" -lazy_static = "*" +lazy_static = "1.0" num-traits = "0.2" rust_decimal = "0.8" \ No newline at end of file