From 10fbe89a920e377aafad023306257411ce1018be Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 13 Dec 2025 03:51:40 +0000
Subject: [PATCH] chore(deps): Bump vendor/bdwgc from `5901d16` to `832713e`
(#498)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5901d16` to
`832713e`.
Commits
832713e
GH Actions: Update after prefixing CMake BUILD_SHARED_LIBS option
382767d
AppVeyor CI: Update after prefixing CMake BUILD_SHARED_LIBS option
416e4fa
Update AUTHORS file (add Ben Leadbetter)
e93ee11
Rename CMake BUILD_SHARED_LIBS option to GC_BUILD_SHARED_LIBS
- See full diff in compare
view
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)
---
Dependabot commands and options
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 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)
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yota Toyama
---
build.rs | 2 +-
vendor/bdwgc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.rs b/build.rs
index 2dd7b19..b9e37e8 100644
--- a/build.rs
+++ b/build.rs
@@ -59,7 +59,7 @@ fn main() {
let dst = Config::new(LIB_GC_DIR)
.profile("Release")
- .define("BUILD_SHARED_LIBS", "FALSE")
+ .define("GC_BUILD_SHARED_LIBS", "FALSE")
.cflag(format!("-I{}", libatomic_include_path))
.build();
diff --git a/vendor/bdwgc b/vendor/bdwgc
index 5901d16..832713e 160000
--- a/vendor/bdwgc
+++ b/vendor/bdwgc
@@ -1 +1 @@
-Subproject commit 5901d16bbc45e867408ab88e3383757e9cb88306
+Subproject commit 832713e82a43aee85abd9db19a0e977c60e31c9b