diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-12-07 09:51:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-07 09:51:22 -0800 |
commit | ee4b26ff9b6cbfe012e6a59c45378c328f324cfc (patch) | |
tree | 5ce49ba8d08815f09fdb3ed9f5dc6c786e408bfc | |
parent | 6a26ace3c4b98c4ed568a308559c98e8d64226a5 (diff) | |
parent | e054f6b5bad0f91b90a73ef9291f6c53b1afcfe1 (diff) |
Auto merge of #322 - emilio:clang-sys-up, r=upsuper
Update clang-sys.
r? @upsuper
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ repository = "https://github.com/servo/rust-bindgen" version = "0.17.0" [dependencies] -clang-sys = "0.8.0" +clang-sys = "0.11.1" clap = "2" libbindgen = { path = "libbindgen" } log = "0.3" |