diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-12-13 14:56:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-13 14:56:27 -0800 |
commit | 861e3ceca3b955801aeaf376bf75198aa0b72cbb (patch) | |
tree | 1fe4197900bb2fb7d44db9995f489159c39e53a0 | |
parent | a24cabf6dbb893bdcb42bb5b4a09a30e48c5004a (diff) | |
parent | 810c6207b952e7ec9457321dc8f27982fe8e9f40 (diff) |
Auto merge of #338 - upsuper:upgrade-lazy-static, r=KiChjang
Upgrade lazy_static to 0.2.x
-rw-r--r-- | libbindgen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbindgen/Cargo.toml b/libbindgen/Cargo.toml index 9e913ecb..d78cbc3b 100644 --- a/libbindgen/Cargo.toml +++ b/libbindgen/Cargo.toml @@ -27,7 +27,7 @@ quasi_codegen = "0.26" cexpr = "0.2" cfg-if = "0.1.0" clang-sys = { version = "0.11.1", features = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9"] } -lazy_static = "0.1.*" +lazy_static = "0.2.1" libc = "0.2" rustc-serialize = "0.3.19" syntex_syntax = "0.50" |