Skip to content

Commit 86eff21

Browse files
authored
Merge pull request #1505 from emilio/revert-clang-sys-up
Revert #1489.
2 parents 3dddbbd + 02c0161 commit 86eff21

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/rust-lang/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang.github.io/rust-bindgen/"
17-
version = "0.47.0"
17+
version = "0.47.1"
1818
build = "build.rs"
1919

2020
include = [
@@ -48,7 +48,7 @@ cexpr = "0.3.3"
4848
cfg-if = "0.1.0"
4949
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
5050
clap = "2"
51-
clang-sys = { version = "0.27.0", features = ["runtime", "clang_6_0"] }
51+
clang-sys = { version = "0.26.4", features = ["runtime", "clang_6_0"] }
5252
lazy_static = "1"
5353
peeking_take_while = "0.1.2"
5454
quote = { version = "0.6", default-features = false }

0 commit comments

Comments
 (0)