roll: pigweed pw_async2: Provide default template type for PendFuncTask The common case seems likely to be a pw::Function with the right signature. Since the compiler won't deduce template arguments for non-static class members this simplifies have a PendFuncTask as a class member. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242918 Original-Revision: eb03d32b80c25d59000d86fc8417cce91cbc243a Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 57183dee645126..eb03d32b80c25d Roll-Count: 1 Roller-URL: https://ci.chromium.org/b/8733806444914375681 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ib40f98dc75ed064a42c67b1932eab1639ec523bb Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/242924 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 8d855fe..82fd06e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -48,8 +48,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-10-17. - # ROLL: By https://cr-buildbucket.appspot.com/build/8733807474633820033. - commit = "57183dee645126c67dcccbb479c730492ef168f6", + # ROLL: By https://cr-buildbucket.appspot.com/build/8733806444914375681. + commit = "eb03d32b80c25d59000d86fc8417cce91cbc243a", remote = "https://pigweed.googlesource.com/pigweed/pigweed", ) @@ -57,8 +57,8 @@ module_name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-10-17. - # ROLL: By https://cr-buildbucket.appspot.com/build/8733807474633820033. - commit = "57183dee645126c67dcccbb479c730492ef168f6", + # ROLL: By https://cr-buildbucket.appspot.com/build/8733806444914375681. + commit = "eb03d32b80c25d59000d86fc8417cce91cbc243a", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )