Skip to content

Commit

Permalink
Merge pull request #1505 from emilio/revert-clang-sys-up
Browse files Browse the repository at this point in the history
Revert #1489.
  • Loading branch information
emilio authored Jan 29, 2019
2 parents 3dddbbd + 02c0161 commit 86eff21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
repository = "https://github.com/rust-lang/rust-bindgen"
documentation = "https://docs.rs/bindgen"
homepage = "https://rust-lang.github.io/rust-bindgen/"
version = "0.47.0"
version = "0.47.1"
build = "build.rs"

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

0 comments on commit 86eff21

Please sign in to comment.