aboutsummaryrefslogtreecommitdiff
path: root/rust_tools/rust_watch.py
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-05 04:07:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-05 04:07:05 +0000
commit8c551f61a3d9b04b2d1e51f6fa75e33a81534ccb (patch)
treeb0522edde1d3c5356c95eb1ee2eae3e87befa1f3 /rust_tools/rust_watch.py
parent05013d04f68f206a5daeffbdf6a49f6075972725 (diff)
parent178e686da38f18bbc35b0f1903c93effa94bc6b4 (diff)
downloadtoolchain-utils-android13-d1-s1-release.tar.gz
Change-Id: I314a254cf8c78a9101e800198014f014561fd921
Diffstat (limited to 'rust_tools/rust_watch.py')
-rwxr-xr-xrust_tools/rust_watch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust_tools/rust_watch.py b/rust_tools/rust_watch.py
index db6ae71b..c347d2c6 100755
--- a/rust_tools/rust_watch.py
+++ b/rust_tools/rust_watch.py
@@ -241,7 +241,7 @@ def maybe_compose_bug(
if newest_release == old_state.last_seen_release:
return None
- title = f'New rustc release detected: v{newest_release}'
+ title = f'[Rust] Update to {newest_release}'
body = ('A new release has been detected; we should probably roll to it. '
"Please see go/crostc-rust-rotation for who's turn it is.")
return title, body