Skip to content

Commit

Permalink
Bump bindgen from 0.71.0 to 0.71.1 (#60)
Browse files Browse the repository at this point in the history
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.71.0
to 0.71.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/rust-bindgen/releases">bindgen's
releases</a>.</em></p>
<blockquote>
<h2>v0.71.1</h2>
<p>We are happy to announce a new release of bindgen 🎉</p>
<ul>
<li>[GitHub]</li>
<li>[crates.io]</li>
<li>[Users Guide][guide]</li>
<li>[API Documentation][docs]</li>
</ul>
<h1>Changelog</h1>
<h2>Fixed</h2>
<ul>
<li>Fix <code>--version</code> and
<code>--generate-shell-completions</code> (<a
href="https://redirect.github.com/rust-lang/rust-bindgen/issues/3040">#3040</a>)</li>
</ul>
<h1>Upgrade <code>bindgen</code></h1>
<p>Upgrade to this release by updating your <code>Cargo.toml</code>:</p>
<pre lang="toml"><code>bindgen = &quot;0.71.1&quot;
</code></pre>
<h1>Install <code>bindgen-cli</code></h1>
<h2>Install prebuild binaries using <code>cargo binstall</code></h2>
<p>Just run</p>
<pre lang="sh"><code>cargo binstall bindgen-cli
</code></pre>
<h2>Install prebuilt binaries via shell script</h2>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-installer.sh
| sh
</code></pre>
<h2>Download bindgen-cli 0.71.1</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-aarch64-apple-darwin.tar.xz">bindgen-cli-aarch64-apple-darwin.tar.xz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-x86_64-apple-darwin.tar.xz">bindgen-cli-x86_64-apple-darwin.tar.xz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-x86_64-unknown-linux-gnu.tar.xz">bindgen-cli-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<h2>Compile and install binaries from source</h2>
<p>Just run</p>
<pre lang="sh"><code>cargo install bindgen-cli
</code></pre>
<h1>Friends</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md">bindgen's
changelog</a>.</em></p>
<blockquote>
<h1>v0.71.1 (2024-12-09)</h1>
<h2>Fixed</h2>
<ul>
<li>Fix <code>--version</code> and
<code>--generate-shell-completions</code> (<a
href="https://redirect.github.com/rust-lang/rust-bindgen/issues/3040">#3040</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/af7fd38d5e80514406fb6a8bba2d407d252c30b9"><code>af7fd38</code></a>
chore: bump versions and update changelog</li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/89659a84a9cbfdc5ddbc3cb064d4d555be45fbc8"><code>89659a8</code></a>
ci: bump macos image for x86 binaries</li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/8109b37e73070e796800e0e2b3b7bf4b852a9fb0"><code>8109b37</code></a>
chore: update changelog for release</li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/76fff5e720583eaaca05d50d6bddc157fce77c9c"><code>76fff5e</code></a>
ci: Revert <code>cargo-dist</code> update</li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/d02d556e3f50827d70b315dcadc2f3e3cdf27b87"><code>d02d556</code></a>
chore: use custom action to create the tag</li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/a6dcf41aa7ef86a756db297fbe751940e197ee97"><code>a6dcf41</code></a>
ci: fetch all the history</li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/7019d0dc605067ad19b36a2e6dfa697913570127"><code>7019d0d</code></a>
ci: invert conditional</li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/8c6a62f2f4b0e11d09ecd7e5d3a65468614b4fbe"><code>8c6a62f</code></a>
ci: fix <code>git rev-parse</code></li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/bff68e2afc86f0dba136d42efaa39ff09100406e"><code>bff68e2</code></a>
chore: fix <code>create-tag</code> conditional logic</li>
<li><a
href="https://github.com/rust-lang/rust-bindgen/commit/08f721ce329c90a187c505ed61900044bce98c54"><code>08f721c</code></a>
ci: add missing <code>&amp;&amp;</code> on
<code>create-tag.yml</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/rust-bindgen/compare/v0.71.0...v0.71.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bindgen&package-manager=cargo&previous-version=0.71.0&new-version=0.71.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent d2e4689 commit 9c9620c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ links = "MLIR"
license-file = "LICENSE"

[build-dependencies]
bindgen = "0.71.0"
bindgen = "0.71.1"

0 comments on commit 9c9620c

Please sign in to comment.