roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Embossify CreateConnectionCancelCommandComplete Convert the definition of CreateConnectionCancelReturnParams from a packed struct to an emboss definition. Original-Bug: b/42167863 Test: fx test //src/connectivity/bluetooth/core/bt-host Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1099714 GitOrigin-RevId: 493be3017aa7348dc4fad33226dbb19d46b33536 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230544 https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 8529eebd92048a9..c2e153b1545725d Roller-URL: https://ci.chromium.org/b/8738237671084415489 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ibef92e9507c0c3be3c1d874359e2a1b77a9f1576 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/232561 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 317ac8c..4de765d 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-29. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738238057839593009. - commit = "8529eebd92048a999aa7ed28b2ab48e804937370", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738237671084415489. + commit = "c2e153b1545725d60821f540abbff4ce79541469", 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-29. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738238057839593009. - commit = "8529eebd92048a999aa7ed28b2ab48e804937370", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738237671084415489. + commit = "c2e153b1545725d60821f540abbff4ce79541469", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )