roll: pigweed 0aa57ce..c5e6cab (2 commits)
c5e6cab:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242735 docs: Add crash handler section to sense tutorial
0cd9c0b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243819 pw_channel: Fix formatting for pw_channel descriptor
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 0aa57cea2e06c4..c5e6cab3b190f4
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733330585676583713
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I9daa63d3aa9262f3c54918039efc1bfca9763c43
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/243998
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index e491fea..0d08c7f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,18 +48,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-10-22.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733333941270039905.
- commit = "0aa57cea2e06c48a24266b21d472155c2379189f",
+ # ROLL: Last updated 2024-10-23.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733330585676583713.
+ commit = "c5e6cab3b190f4cdc32e3209582a7697f2992a85",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-10-22.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733333941270039905.
- commit = "0aa57cea2e06c48a24266b21d472155c2379189f",
+ # ROLL: Last updated 2024-10-23.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733330585676583713.
+ commit = "c5e6cab3b190f4cdc32e3209582a7697f2992a85",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)