Skip to content

Commit

Permalink
build: Update toolchain to nightly-2023-11-10
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Moroo <retrage01@gmail.com>
  • Loading branch information
retrage authored and dependabot[bot] committed Mar 7, 2024
1 parent 311a004 commit 7716e36
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-08-11"
channel = "nightly-2023-11-10"
components = ["rust-src", "clippy", "rustfmt"]
targets = [
"aarch64-unknown-linux-gnu",
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
)]
#![cfg_attr(test, allow(unused_imports, dead_code))]
#![cfg_attr(not(feature = "log-serial"), allow(unused_variables, unused_imports))]
#![cfg_attr(target_arch = "riscv64", feature(riscv_ext_intrinsics))]

#[cfg(all(not(test), not(feature = "integration_tests")))]
use core::panic::PanicInfo;
Expand Down

0 comments on commit 7716e36

Please sign in to comment.