mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Auto merge of #26532 - servo:dependabot/cargo/clang-sys-0.28.1, r=jdm
Bump clang-sys from 0.28.0 to 0.28.1 Bumps [clang-sys](https://github.com/KyleMayes/clang-sys) from 0.28.0 to 0.28.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md">clang-sys's changelog</a>.</em></p> <blockquote> <h2>[0.28.1] - 2019-07-28</h2> <h3>Changed</h3> <ul> <li>Bumped <code>glob</code> version to <code>0.3.0</code></li> <li>Improved error message when an invocation of an executable is not successful</li> <li>Allowed <code>LIBCLANG_PATH</code> to refer to a specific <code>libclang</code> instance (e.g., <code>/usr/local/lib/libclang.so.10</code>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed <a href="90d6722bdc
"><code>libclang-cpp</code></a> being linked instead of <code>libclang</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="fe178611de
"><code>fe17861</code></a> Bump version</li> <li><a href="e6372d73c8
"><code>e6372d7</code></a> Allow LIBCLANG_PATH to refer to a specific libclang instance</li> <li><a href="0f12c6fc80
"><code>0f12c6f</code></a> Improve error message for failed executable invocations</li> <li><a href="32eaefa0ce
"><code>32eaefa</code></a> Update Appveyor CI</li> <li><a href="9ded894edb
"><code>9ded894</code></a> Fix conflict caused by libclang-cpp</li> <li><a href="e3a9fb35d8
"><code>e3a9fb3</code></a> Refactor</li> <li><a href="75ee92acab
"><code>75ee92a</code></a> Run rustfmt</li> <li><a href="5795507f82
"><code>5795507</code></a> Replace OS X with macOS</li> <li><a href="ec2625cf42
"><code>ec2625c</code></a> Update CHANGELOG.md</li> <li><a href="a562e9a478
"><code>a562e9a</code></a> Update glob to 0.3 (<a href="https://github-redirect.dependabot.com/KyleMayes/clang-sys/issues/90">#90</a>)</li> <li>Additional commits viewable in <a href="https://github.com/KyleMayes/clang-sys/compare/v0.28.0...v0.28.1">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=clang-sys&package-manager=cargo&previous-version=0.28.0&new-version=0.28.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
2ce48cf678
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -635,9 +635,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clang-sys"
|
||||
version = "0.28.0"
|
||||
version = "0.28.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4227269cec09f5f83ff160be12a1e9b0262dd1aa305302d5ba296c2ebd291055"
|
||||
checksum = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853"
|
||||
dependencies = [
|
||||
"glob",
|
||||
"libc",
|
||||
|
@ -2017,9 +2017,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "glob"
|
||||
version = "0.2.11"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
||||
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
||||
|
||||
[[package]]
|
||||
name = "glslopt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue