Skip to content

Commit 5d931d2

Browse files
committed
Update to 2025-01-19
Updates required due to rust-lang/rust#135661
1 parent f49d76b commit 5d931d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

kani-compiler/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#![feature(f128)]
1717
#![feature(f16)]
1818
#![feature(non_exhaustive_omitted_patterns_lint)]
19-
#![feature(float_next_up_down)]
2019
#![feature(try_blocks)]
2120
extern crate rustc_abi;
2221
extern crate rustc_ast;

rust-toolchain.toml

+1-1
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-01-17"
5+
channel = "nightly-2025-01-19"
66
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

0 commit comments

Comments
 (0)