Skip to content

Commit

Permalink
change rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel4256 committed Aug 30, 2021
1 parent 077cde2 commit 3ce3770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kernel-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#![deny(unused_results)]
#![deny(variant_size_differences)]
#![deny(warnings)]
// TODO(https://github.com/kaist-cp/rv6/issues/579):
// remove this and upgrade to rustc 1.56.0-nightly once the problem is resolved.
#![feature(const_fn_union)]
//
// # The following lints should not be denied.
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2021-08-18
nightly-2021-06-19

0 comments on commit 3ce3770

Please sign in to comment.