From 740e60bd387544f567b8df8462a3993b65fd5f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 8 Jan 2024 10:09:22 +0100 Subject: [PATCH] build: upgrade to nightly-2024-01-01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- rust-toolchain.toml | 2 +- src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1eeb12bbe0..3c98eb78dd 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-12-15" +channel = "nightly-2024-01-01" components = [ "llvm-tools", "rust-src", diff --git a/src/lib.rs b/src/lib.rs index 0c0a0d52f7..41a4dfb6dd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,7 +21,6 @@ #![feature(naked_functions)] #![feature(noop_waker)] #![feature(pointer_is_aligned)] -#![feature(ptr_from_ref)] #![feature(slice_from_ptr_range)] #![cfg_attr( any(target_arch = "aarch64", target_arch = "riscv64"),