From eaa5ff75000f258c0615220d37a23e5fb79c7b86 Mon Sep 17 00:00:00 2001 From: Clemens Winter Date: Mon, 31 Dec 2018 17:08:48 -0800 Subject: [PATCH] Remove * version dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91855068..12e326a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ heapsize = "0.4.2" heapsize_derive = "0.1.4" hex = "0.3.2" itertools = "0.5.9" -lazy_static = "*" +lazy_static = "1.2" lru = "0.1.8" nom = "^3.2.1" num = "0.1.36"