roll: pigweed, pw_toolchain 5 commits d04920d78848a69 pw_async2: Add Coro::Empty 1c308d70f947c93 emboss: Run python with optimization on 2cd7928833a7590 pw_web: Add repl intro message and title param 319b183d63d4cd0 pw_ide: Use vendored Bazelisk in recommended confi c369d01270042fc pw_ide: Improve VSC settings interface https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 54b1551fabecd43..d04920d78848a69 Roller-URL: https://ci.chromium.org/b/8741479579435354449 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Iee943be8d5695a7d2f3321c7e881d2bbd8281261 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/226012 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/WORKSPACE b/WORKSPACE index d89f73c..3e05a9e 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -83,18 +83,18 @@ git_repository( name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-07-24. - # ROLL: By https://cr-buildbucket.appspot.com/build/8741490208459682209. - commit = "54b1551fabecd4312f46808cec488db35f81732e", + # ROLL: Last updated 2024-07-25. + # ROLL: By https://cr-buildbucket.appspot.com/build/8741479579435354449. + commit = "d04920d78848a69567576e064d1836fac893079b", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", ) git_repository( name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-07-24. - # ROLL: By https://cr-buildbucket.appspot.com/build/8741490208459682209. - commit = "54b1551fabecd4312f46808cec488db35f81732e", + # ROLL: Last updated 2024-07-25. + # ROLL: By https://cr-buildbucket.appspot.com/build/8741479579435354449. + commit = "d04920d78848a69567576e064d1836fac893079b", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", strip_prefix = "pw_toolchain_bazel", )