roll: pigweed ac8c8d8..10c1560 (10 commits) 10c1560:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/312493 pw_kernel: Simplify ForeignRc 83bf224:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/313493 pw_async2: Rename Poll<>::OutputType to Poll<>::value_type c76ff86:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/313432 pw_rpc: MaxWriteSizeBytes() function for raw call objects 46f12c7:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/311539 pw_async2: Example for using an InlineAsyncQueue 45c247d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/313453 pw_allocator: Reset UniquePtr<T[]>::size_ to 0 on Reset 0e3d7f9:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/313337 pw_intrusive_ptr: Add deduction guide for MakeRefCounted 262e21c:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/313312 pw_thread: Simplify snapshot creation in thread_analyzer_test.py cf9ded3:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/313232 pw_thread: Expand description of Thread.stack_pointer field ca04ce8:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/312692 docs: Add note about bazelignore 4205cc1:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/300412 pw_chrono_stl: Improve infinite timeout handling in system timer Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: ac8c8d8096f8e3..10c1560a7715c2 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8706511103562693985 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I19422dc472019aa92ac8d01d79be61804cfd2737 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/313257 Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 271afb6..66ca360 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -41,9 +41,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-08-14. - # ROLL: By https://cr-buildbucket.appspot.com/build/8706522134044459025. - commit = "ac8c8d8096f8e34ed81b2912a16ec5a619752d54", + # ROLL: Last updated 2025-08-15. + # ROLL: By https://cr-buildbucket.appspot.com/build/8706511103562693985. + commit = "10c1560a7715c210de22217cde9e5762aeaa9a29", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )