Skip to content

Commit

Permalink
Update to 2025-01-19
Browse files Browse the repository at this point in the history
Updates required due to rust-lang/rust#135661
  • Loading branch information
tautschnig committed Jan 20, 2025
1 parent f49d76b commit 5d931d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kani-compiler/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#![feature(f128)]
#![feature(f16)]
#![feature(non_exhaustive_omitted_patterns_lint)]
#![feature(float_next_up_down)]
#![feature(try_blocks)]
extern crate rustc_abi;
extern crate rustc_ast;
Expand Down
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-17"
channel = "nightly-2025-01-19"
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

0 comments on commit 5d931d2

Please sign in to comment.