Skip to content

Commit

Permalink
Update Rust version
Browse files Browse the repository at this point in the history
Some of the new features are needed for future FIDL support.

ref project-oak#426
  • Loading branch information
tiziano88 committed Jan 9, 2020
1 parent 99b282a commit 1141220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ RUN chmod a+rwx ${RUSTUP_DIR}

# Install Rust toolchain.
# We currently need the nightly version in order to be able to compile some of the examples.
ARG RUST_VERSION=nightly-2019-07-18
# See https://rust-lang.github.io/rustup-components-history/ for how to pick a version that supports
# the appropriate set of components.
ARG RUST_VERSION=nightly-2020-01-08
RUN rustup toolchain install ${RUST_VERSION}
RUN rustup default ${RUST_VERSION}

Expand Down

0 comments on commit 1141220

Please sign in to comment.