Skip to content

Commit

Permalink
Update rust version (#432)
Browse files Browse the repository at this point in the history
* Update rust version

* Fix compilation warning
  • Loading branch information
vinc authored Nov 3, 2022
1 parent d09e2af commit cc2377f
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,3 +1,3 @@
[toolchain]
channel = "nightly-2022-06-21"
channel = "nightly-2022-11-01"
components = ["rust-src", "llvm-tools-preview"]
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit cc2377f

Please sign in to comment.