diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 99aed9a9df..cc385f3187 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-01-15" +channel = "nightly-2024-02-15" components = [ "llvm-tools", "rust-src", diff --git a/src/lib.rs b/src/lib.rs index 2626d9d374..7c2e19b1fa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,6 @@ allow(incomplete_features) )] #![cfg_attr(target_arch = "x86_64", feature(abi_x86_interrupt))] -#![cfg_attr(target_arch = "riscv64", feature(offset_of))] #![feature(allocator_api)] #![feature(asm_const)] #![feature(exposed_provenance)]