roll: pigweed, pw_toolchain: pw_display: Create module directory - Create the empty pw_display module with docs.rst - Update seed 104 to reflect the planned one module multiple library structure. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/229712 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 52eee724aa78c0b..c92db29cf08b886 Roller-URL: https://ci.chromium.org/b/8739592761913874529 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ibf932fbbac675fa6605c13ed4241dfefdec4b044 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/229851 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 e808a33..c79efec 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-08-14. - # ROLL: By https://cr-buildbucket.appspot.com/build/8739602988516768497. - commit = "52eee724aa78c0bc206abbf78dc385a73213b977", + # ROLL: By https://cr-buildbucket.appspot.com/build/8739592761913874529. + commit = "c92db29cf08b886cdd50811c6ecc0eead1cc4154", 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-08-14. - # ROLL: By https://cr-buildbucket.appspot.com/build/8739602988516768497. - commit = "52eee724aa78c0bc206abbf78dc385a73213b977", + # ROLL: By https://cr-buildbucket.appspot.com/build/8739592761913874529. + commit = "c92db29cf08b886cdd50811c6ecc0eead1cc4154", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )