bump lazy_static to 1

This commit is contained in:
Igor Gnatenko
2017-12-04 14:22:01 +01:00
committed by GitHub
parent 056d4bfce6
commit b155d1e187
+1 -1
View File
@@ -10,7 +10,7 @@ repository = "https://github.com/nagisa/rust_libloading/"
documentation = "https://docs.rs/libloading/"
[dependencies]
lazy_static = "0.2"
lazy_static = "1"
[target.'cfg(windows)'.dependencies]
winapi = "0.2"