Skip to content

Commit 810c620

Browse files
committed
Upgrade lazy_static to 0.2.x
1 parent a24cabf commit 810c620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ quasi_codegen = "0.26"
2727
cexpr = "0.2"
2828
cfg-if = "0.1.0"
2929
clang-sys = { version = "0.11.1", features = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9"] }
30-
lazy_static = "0.1.*"
30+
lazy_static = "0.2.1"
3131
libc = "0.2"
3232
rustc-serialize = "0.3.19"
3333
syntex_syntax = "0.50"

0 commit comments

Comments
 (0)