Skip to content

Commit ac33225

Browse files
Automatic toolchain upgrade to nightly-2025-10-02 (#4391)
Update Rust toolchain from nightly-2025-10-01 to nightly-2025-10-02 without any other source changes. --------- Co-authored-by: Michael Tautschnig <[email protected]> Co-authored-by: tautschnig <[email protected]>
1 parent eafa226 commit ac33225

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
[toolchain]
5-
channel = "nightly-2025-10-01"
5+
channel = "nightly-2025-10-02"
66
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

scripts/toolchain_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "- next: ${next_toolchain_date}"
2626
echo "---------------------------"
2727

2828
if gh issue list -S \
29-
"Toolchain upgrade to nightly-$next_toolchain_date failed" \
29+
"\"Toolchain upgrade to nightly-$next_toolchain_date failed\"" \
3030
--json number,title | grep title
3131
then
3232
echo "Skip update: Found existing issue"

0 commit comments

Comments
 (0)