Skip to content

Commit

Permalink
Merge #47
Browse files Browse the repository at this point in the history
47: Bump toolchain channel to nightly-2021-12-04 r=mkroening a=mkroening



Co-authored-by: Martin Kröning <[email protected]>
  • Loading branch information
bors[bot] and mkroening authored Dec 12, 2021
2 parents 3fd49e9 + a689dfa commit e105657
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,3 +1,3 @@
[toolchain]
channel = "nightly-2021-09-29"
channel = "nightly-2021-12-04"
components = [ "rustfmt", "rust-src", "llvm-tools-preview"]
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![feature(alloc_error_handler)]
#![feature(asm)]
#![cfg_attr(target_arch = "aarch64", feature(asm_const))]
#![cfg_attr(target_arch = "aarch64", feature(global_asm))]
#![allow(incomplete_features)]
#![feature(specialization)]
Expand Down

0 comments on commit e105657

Please sign in to comment.