Skip to content

Commit

Permalink
Bump Rust toolchain to 2021-08-17
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Aug 31, 2021
1 parent d56270a commit 54ec7d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/setup/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ Core:
active toolchain
----------------

nightly-2021-05-20-x86_64-unknown-linux-gnu (overridden by '/code/rust-toolchain')
rustc 1.54.0-nightly (f94942d84 2021-05-19)
nightly-2021-08-17-x86_64-unknown-linux-gnu (overridden by '/code/rust-toolchain')
rustc 1.56.0-nightly (0035d9dce 2021-08-16)
```
Then add the Fortanix SGX Rust target to this version of the Rust toolchain by
Expand Down
1 change: 0 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#![feature(box_into_pin)]
#![feature(arbitrary_self_types)]
#![feature(iter_map_while)]
#![feature(int_error_matching)]
// Allow until oasis-core#3572.
#![allow(deprecated)]

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2021-05-20
nightly-2021-08-17

0 comments on commit 54ec7d1

Please sign in to comment.