Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Rust toolchain to 2021-08-17 #4235

Merged
merged 1 commit into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/4235.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Rust toolchain to 2021-08-17
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG GO_PROTOC_GEN_GO_VERSION=1.21.0
ARG GOLANGCILINT_VERSION=1.41.1
ARG GOCOVMERGE_VERSION=b5bfa59ec0adc420475f97f89b58045c721d761c
ARG GOFUMPT_VERSION=v0.1.1
ARG RUST_NIGHTLY_VERSION=2021-05-20
ARG RUST_NIGHTLY_VERSION=2021-08-17
ARG JEMALLOC_VERSION=5.2.1
ARG JEMALLOC_CHECKSUM=34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6

Expand Down
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