Unverified Commit 490e8a4f authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #783 from ignatenkobrain/patch-1

bump lazy_static to 1
parents 78ffe0a8 fc08ffa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ v110 = []
[dependencies]
bitflags = "0.9"
foreign-types = "0.3.1"
lazy_static = "0.2"
lazy_static = "1"
libc = "0.2"
openssl-sys = { version = "0.9.22", path = "../openssl-sys" }