commit | f62ddce9e9fc3a095fb57ac9edf5f162584973fd | [log] [tgz] |
---|---|---|
author | Dmitry Kovalev <dkovalev@pigweed.infra.roller.google.com> | Tue Jun 03 17:56:47 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 17:56:47 2025 -0700 |
tree | 11134ab07b48b71b0f562a71c3343f1d2f41d69a | |
parent | 860709cb333db43685b0c68375121e5792dc68c4 [diff] |
roll: pigweed pw_i2c_mcuxpresso: Add missing override keyword Test: code compiles Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/295993 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Original-Revision: 81e0b3d02327aa310b43dbde3e740071aef4c927 Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 917e298456665b..81e0b3d02327aa Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8713035903010898289 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I348171bf1195774c3d44e162a65e7b5bf358cdf8 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/296072 Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index c37f758..1b97841 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -40,9 +40,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-06-03. - # ROLL: By https://cr-buildbucket.appspot.com/build/8713046935927767153. - commit = "917e298456665b0353003787a82e76d775aa75e1", + # ROLL: Last updated 2025-06-04. + # ROLL: By https://cr-buildbucket.appspot.com/build/8713035903010898289. + commit = "81e0b3d02327aa310b43dbde3e740071aef4c927", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )