Skip to content

Commit

Permalink
Upgrade toolchain to 2025-01-15
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: model-checking#3834
  • Loading branch information
tautschnig committed Jan 15, 2025
1 parent d6052af commit b8d8e75
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 b8d8e75

Please sign in to comment.