Skip to content

Commit

Permalink
Upgrade toolchain to 2025-01-15 (#3835)
Browse files Browse the repository at this point in the history
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

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
  • Loading branch information
tautschnig authored Jan 15, 2025
1 parent d6052af commit 1e24951
Showing 1 changed file with 1 addition and 1 deletion.
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"]

0 comments on commit 1e24951

Please sign in to comment.