Skip to content

Commit

Permalink
bump lazy_static to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Gnatenko authored Nov 30, 2017
1 parent 78ffe0a commit fc08ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit fc08ffa

Please sign in to comment.