Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade toolchain to 2025-01-15 #3835

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade toolchain to 2025-01-15
Upgrade Rust toolchain to 2025-01-15 without source changes. We just had to
skip over 2025-01-14 as no toolchain was released that day.

Resolves: #3834
  • Loading branch information
tautschnig committed Jan 15, 2025
commit b8d8e7520c2284b1e36c4c68bcf00ddba5daa2c0
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[toolchain]
channel = "nightly-2025-01-13"
channel = "nightly-2025-01-15"
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]
Loading