forked from GitHub/bdwgc-rust
930e59bc34fa6fd3ae6ed7486cdbc643ae8b89f1
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.54 to 0.1.55. <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.55</h2> <h3>Other</h3> <ul> <li>Remove the <code>\\?\</code> prefix from paths (<a href="https://redirect.github.com/rust-lang/cmake-rs/pull/259">#259</a>)</li> <li>Add Visual Studio 2026 support (<a href="https://redirect.github.com/rust-lang/cmake-rs/pull/255">#255</a>)</li> <li>Make sure that cmake generate build files in current dir (<a href="https://redirect.github.com/rust-lang/cmake-rs/pull/194">#194</a>)</li> <li>Set the MSRV to 1.65 and test this in CI</li> <li>Canonicalize the build directory</li> <li>Use <code>eprintln</code> instead to print the command running next (<a href="https://redirect.github.com/rust-lang/cmake-rs/pull/191">#191</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.54...v0.1.55">0.1.55</a> - 2025-12-11</h2> <h3>Other</h3> <ul> <li>Remove the <code>\\?\</code> prefix from paths (<a href="https://redirect.github.com/rust-lang/cmake-rs/pull/259">#259</a>)</li> <li>Add Visual Studio 2026 support (<a href="https://redirect.github.com/rust-lang/cmake-rs/pull/255">#255</a>)</li> <li>Make sure that cmake generate build files in current dir (<a href="https://redirect.github.com/rust-lang/cmake-rs/pull/194">#194</a>)</li> <li>Set the MSRV to 1.65 and test this in CI</li> <li>Canonicalize the build directory</li> <li>Use <code>eprintln</code> instead to print the command running next (<a href="https://redirect.github.com/rust-lang/cmake-rs/pull/191">#191</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cmake-rs/commit/c4608407a38ad3d5b6fdf19b6f93af5957c67deb"><code>c460840</code></a> chore: release v0.1.55 (<a href="https://redirect.github.com/rust-lang/cmake-rs/issues/249">#249</a>)</li> <li><a href="https://github.com/rust-lang/cmake-rs/commit/08af05c71b57b1971bbfe00af1e3264ab1a4f058"><code>08af05c</code></a> Windows: Remove the <code>\\?\</code> prefix from paths (<a href="https://redirect.github.com/rust-lang/cmake-rs/issues/259">#259</a>)</li> <li><a href="https://github.com/rust-lang/cmake-rs/commit/6e68d9ceeffd5a006a5ac21ee8bf045bd2e15316"><code>6e68d9c</code></a> Add Visual Studio 2026 support (<a href="https://redirect.github.com/rust-lang/cmake-rs/issues/255">#255</a>)</li> <li><a href="https://github.com/rust-lang/cmake-rs/commit/b59be3b5cce397de4018aacd51501f925ce22ecd"><code>b59be3b</code></a> Make sure that cmake generate build files in current dir (<a href="https://redirect.github.com/rust-lang/cmake-rs/issues/194">#194</a>)</li> <li><a href="https://github.com/rust-lang/cmake-rs/commit/e6bfc1c3375debd8a1cecd40c64b230147360e75"><code>e6bfc1c</code></a> Set the MSRV to 1.65 and test this in CI</li> <li><a href="https://github.com/rust-lang/cmake-rs/commit/19cd68a26bed14911f2dd020c1d83ce27e09575e"><code>19cd68a</code></a> Canonicalize the build directory</li> <li><a href="https://github.com/rust-lang/cmake-rs/commit/f09de3fb2bd6ce09252a2c216679df70f61a3ea6"><code>f09de3f</code></a> Use <code>eprintln</code> instead to print the command running next (<a href="https://redirect.github.com/rust-lang/cmake-rs/issues/191">#191</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/cmake-rs/compare/v0.1.54...v0.1.55">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bdwgc-rust
GlobalAlloc implementation for bdwgc, the conservative garbage collector.
This crate is for use cases in which developers need to integrate bdwgc into their programs written in Rust (e.g. writing a runtime library in Rust for their own programming language whose GC is done by bdwgc.)
Usage
See examples directory.
By default bdwgc is built with autotools. To build with cmake, enable the cmake feature:
cargo build --no-default-features --features cmake
License
Languages
Rust
81.8%
Nix
15.5%
Shell
2.7%