roll: pigweed pw_containers: Include C++ versions of headers from C++
The C++ class refers to e.g. std::uint32_t, which is not provided by the
C <stdint.h> header.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/241038
Original-Revision: 1e33c23b76d2e958adbe66474bc8d5d3c5e983f7
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 0125f4a94c8276..1e33c23b76d2e9
Roller-URL: https://ci.chromium.org/b/8734534727995112689
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I8d11ffaf65929c47b078db9aee6eaceb9777c974
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/241072
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: 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 dffcdda..3ad60a4 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-09.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734540616592016449.
- commit = "0125f4a94c827612f1ae863b60d3fa301fbd773c",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734534727995112689.
+ commit = "1e33c23b76d2e958adbe66474bc8d5d3c5e983f7",
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-09.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734540616592016449.
- commit = "0125f4a94c827612f1ae863b60d3fa301fbd773c",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734534727995112689.
+ commit = "1e33c23b76d2e958adbe66474bc8d5d3c5e983f7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)