Skip to content

Commit

Permalink
build: upgrade to nightly-2024-01-01
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Jan 10, 2024
1 parent 0b55b3a commit 740e60b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-12-15"
channel = "nightly-2024-01-01"
components = [
"llvm-tools",
"rust-src",
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 740e60b

Please sign in to comment.