Skip to content

Commit

Permalink
Bump cmake from 0.1.50 to 0.1.53 (#469)
Browse files Browse the repository at this point in the history
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.50 to
0.1.53.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/releases">cmake's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.53</h2>
<h3>Other</h3>
<ul>
<li>Disable broken Make jobserver support on OSX to fix parallel builds
(<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/229">#229</a>)</li>
</ul>
<h2>v0.1.52</h2>
<h3>Other</h3>
<ul>
<li>Expose cc-rs no_default_flags for hassle-free cross-compilation (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/225">#225</a>)</li>
<li>Add a <code>success</code> job to CI</li>
<li>Change <code>--build</code> to use an absolute path</li>
<li>Merge pull request <a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/195">#195</a>
from meowtec/feat/improve-fail-hint</li>
<li>Improve hint for cmake not installed in Linux (code 127)</li>
</ul>
<h2>v0.1.51</h2>
<h3>Added</h3>
<ul>
<li>Add JOM generator support (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/183">#183</a>)</li>
<li>Improve visionOS support (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/209">#209</a>)</li>
<li>Use <code>Generic</code> for bare-metal systems (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/187">#187</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix cross compilation on android armv7 and x86 (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/186">#186</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md">cmake's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.52...v0.1.53">0.1.53</a>
- 2025-01-27</h2>
<h3>Other</h3>
<ul>
<li>Disable broken Make jobserver support on OSX to fix parallel builds
(<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/229">#229</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.51...v0.1.52">0.1.52</a>
- 2024-11-25</h2>
<h3>Other</h3>
<ul>
<li>Expose cc-rs no_default_flags for hassle-free cross-compilation (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/225">#225</a>)</li>
<li>Add a <code>success</code> job to CI</li>
<li>Change <code>--build</code> to use an absolute path</li>
<li>Merge pull request <a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/195">#195</a>
from meowtec/feat/improve-fail-hint</li>
<li>Improve hint for cmake not installed in Linux (code 127)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51">0.1.51</a>
- 2024-08-15</h2>
<h3>Added</h3>
<ul>
<li>Add JOM generator support (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/183">#183</a>)</li>
<li>Improve visionOS support (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/209">#209</a>)</li>
<li>Use <code>Generic</code> for bare-metal systems (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/187">#187</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix cross compilation on android armv7 and x86 (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/186">#186</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/faccc07b43c633934005e8bab65549a607a6941a"><code>faccc07</code></a>
chore: release v0.1.53</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/9e1fce132508a6c3f56adb001deb535d979ffa1a"><code>9e1fce1</code></a>
Disable broken Make jobserver support on OSX to fix parallel builds (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/229">#229</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/94da9de2ea79ab6cad572e908864a160cf4847a9"><code>94da9de</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/217">#217</a>
from rust-lang/release-plz-2024-08-15T17-29-47Z</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/2eaa3ba0be9d3dfe53a5286d527a1d04bea8439f"><code>2eaa3ba</code></a>
chore: release v0.1.52</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/3f5d7de61869a526345cee1aff844c4e8fad5654"><code>3f5d7de</code></a>
Expose cc-rs no_default_flags for hassle-free cross-compilation (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/225">#225</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/b689783b5448966e810d515c798465f2e0ab56fd"><code>b689783</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/218">#218</a>
from tgross35/ci-success</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/0c368eea6f09c26a1337f205d98f4a439ed66760"><code>0c368ee</code></a>
Add a <code>success</code> job to CI</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/a6ed0094e4a004b1e3d2a63e9315c79adda0c9f8"><code>a6ed009</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/200">#200</a>
from tgross35/patch-1</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/bbb95e1cc662dfb57aa101bf11d106939de4f6ed"><code>bbb95e1</code></a>
Change <code>--build</code> to use an absolute path</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/584e1c1831f997fb6109a4ba46212593d3671078"><code>584e1c1</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/195">#195</a>
from meowtec/feat/improve-fail-hint</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cmake-rs/compare/0.1.50...v0.1.53">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.50&new-version=0.1.53)](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>
  • Loading branch information
emlowe authored Jan 31, 2025
2 parents 8a88bc1 + c139340 commit 0ded109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 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 rust-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ link-cplusplus = "1.0.9"

[build-dependencies]
bindgen = "0.71.1"
cmake = "0.1.50"
cmake = "0.1.53"

[dev-dependencies]
hex = "0.4.3"

0 comments on commit 0ded109

Please sign in to comment.