aboutsummaryrefslogtreecommitdiff
path: root/rust_tools/rust_watch.py
diff options
context:
space:
mode:
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