Skip to content

Commit

Permalink
update nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Univa committed May 25, 2024
1 parent 2fa47dc commit e406fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rumcake/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![no_std]
#![feature(stdsimd)]
#![feature(stdarch_arm_hints)]
#![feature(stdarch_arm_neon_intrinsics)]
#![feature(generic_const_exprs)]
#![feature(associated_type_defaults)]
#![warn(missing_docs)]
Expand Down
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-05"
channel = "nightly-2024-04-14"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = [
"thumbv6m-none-eabi",
Expand Down

0 comments on commit e406fbf

Please sign in to comment.