Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bindgen. #18850

Merged
merged 1 commit into from Oct 12, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update bindgen.

This includes a clang-sys upgrade that removes crashes in linux32, and nothing
else.
  • Loading branch information
emilio committed Oct 12, 2017
commit 8c3e742cbfdd3eff37d94bf62b7331bb0803d439

Some generated files are not rendered by default. Learn more.

@@ -83,7 +83,7 @@ kernel32-sys = "0.2"
[build-dependencies]
lazy_static = "0.2"
log = "0.3"
bindgen = { version = "0.29", optional = true }
bindgen = { version = "0.29.1", optional = true }
regex = {version = "0.2", optional = true}
walkdir = "1.0"
toml = {version = "0.2.1", optional = true, default-features = false}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.