Skip to content

Commit

Permalink
build: upgrade to nightly-2023-12-15
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Dec 15, 2023
1 parent 23f5a98 commit 68d5d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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-01"
channel = "nightly-2023-12-15"
components = [
"llvm-tools",
"rust-src",
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#![cfg_attr(target_arch = "riscv64", feature(offset_of))]
#![feature(allocator_api)]
#![feature(asm_const)]
#![feature(exposed_provenance)]
#![feature(linked_list_cursors)]
#![feature(maybe_uninit_slice)]
#![feature(naked_functions)]
Expand Down

0 comments on commit 68d5d3a

Please sign in to comment.