commit | 22e81e1804a4321fb8db6a38a7af299c62fa4097 | [log] [tgz] |
---|---|---|
author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Wed Aug 20 08:54:33 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 20 08:54:33 2025 -0700 |
tree | 3f0b47903fd64b74f29b7439581dbb7e8b1ec3cf | |
parent | 82fdb21357a7e9f3f73585a8dda9f751ac66b04d [diff] |
roll: pigweed d26913d..a007cbf (3 commits) a007cbf:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/314473 pw_transfer: Use Message.FromString() rather than ParseFromString() 4c3c65e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/314472 pw_rpc: Use Message.FromString() rather than ParseFromString() c60232c:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/313574 pw_unit_test: pw_golden_test for testing an executable's output Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: d26913de0e9858..a007cbf0ef6cb9 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8706003542383640225 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Iccffe4b1a1104a94cd48de7e5a4ce10d261e6130 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/314594 Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 651be3e..7a3e74e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -42,8 +42,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2025-08-20. - # ROLL: By https://cr-buildbucket.appspot.com/build/8706058713448539841. - commit = "d26913de0e985851c0247049fc62ab0a6fe9bec2", + # ROLL: By https://cr-buildbucket.appspot.com/build/8706003542383640225. + commit = "a007cbf0ef6cb9c7d338044b2041dd6a31145e8e", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )