Skip to content

Commit e87699c

Browse files
author
bors-servo
authored
Auto merge of rust-lang#703 - KyleMayes:clang-sys, r=emilio
Bump clang-sys version to 0.18.0 This update improves detection of versioned instances of `libclang.so` (e.g., `libclang.so.3.9`). See [here](https://github.com/KyleMayes/clang-sys/tree/db88aea22b3ad67020fab331b42ddc071e598c8c#dependencies) for information on which instance is selected when there are more than one to choose from. Thanks to @semarie for a pull request implementing this.
2 parents 2588683 + abe5d89 commit e87699c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ quasi_codegen = "0.32"
4444
[dependencies]
4545
cexpr = "0.2"
4646
cfg-if = "0.1.0"
47-
clang-sys = { version = "0.17.0", features = ["runtime", "clang_3_9"] }
47+
clang-sys = { version = "0.18.0", features = ["runtime", "clang_3_9"] }
4848
lazy_static = "0.2.1"
4949
syntex_syntax = "0.58"
5050
regex = "0.2"

0 commit comments

Comments
 (0)