Merge pull request #49 from ignatenkobrain/patch-2

bump lazy_static to 1
This commit is contained in:
bluss
2017-12-01 16:52:44 +01:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ itertools = "0.7.0"
rand = "0.3"
quickcheck = { version = "0.4", default-features = false }
fnv = "1.0"
lazy_static = "0.2"
lazy_static = "1"
serde_test = "1.0.5"
[features]