| commit | 8a4e5509922d1abe68f772eaeaf91a77e7caf804 | [log] [tgz] |
|---|---|---|
| author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Fri Oct 31 21:35:36 2025 -0700 |
| committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 31 21:35:36 2025 -0700 |
| tree | 6c907a83630d8cb57f41e1efe04252fae01583d6 | |
| parent | 23728142b4d30d1d32a03de5f9d43550c5f87f34 [diff] |
roll: pigweed 45437e9..ecf027d (3 commits) ecf027d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/339755 pw_async2: Refactor channel management bd5e1ca:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/340112 pw_allocator: Support deleting from derived pointers with virtual dtors 9d0be0a:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/340052 Revert "pw_bluetooth_proxy: Don't register channels for unknown connections" Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 45437e9757e237..ecf027d02d7347 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8699432656279250913 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: If05e1d8af3aa20673273cfac9716baa62518e0f8 Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/340372 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/examples/hello_bazel/MODULE.bazel b/examples/hello_bazel/MODULE.bazel index a06ee11..2b1960b 100644 --- a/examples/hello_bazel/MODULE.bazel +++ b/examples/hello_bazel/MODULE.bazel
@@ -25,9 +25,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-10-31. - # ROLL: By https://cr-buildbucket.appspot.com/build/8699533020856794241. - commit = "45437e9757e23735e883ce2966fa1d12d16c4ca3", + # ROLL: Last updated 2025-11-01. + # ROLL: By https://cr-buildbucket.appspot.com/build/8699432656279250913. + commit = "ecf027d02d7347681cbc855b4d579d6967abacd2", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )