Update rust version (#432)

* Update rust version

* Fix compilation warning
This commit is contained in:
Vincent Ollivier 2022-11-03 20:39:12 +01:00 committed by GitHub
parent d09e2aff30
commit cc2377f2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-06-21"
channel = "nightly-2022-11-01"
components = ["rust-src", "llvm-tools-preview"]

View File

@ -2,7 +2,6 @@
#![cfg_attr(test, no_main)]
#![feature(abi_x86_interrupt)]
#![feature(alloc_error_handler)]
#![feature(asm_sym)]
#![feature(naked_functions)]
#![feature(custom_test_frameworks)]
#![test_runner(crate::test_runner)]