Skip to content

Commit

Permalink
Update Rust version to fix cargo build (#1542)
Browse files Browse the repository at this point in the history
Using latest 1.43.1.
Fix error: use of unstable library feature 'ptr_cast'. See rust#60602.
  • Loading branch information
aLekSer committed May 13, 2020
1 parent 6c909e8 commit 52ee5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-sdk-images/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.36.0
RUST_VERSION=1.43.1
ENV RUST_ARCH=x86_64-unknown-linux-gnu \
RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init && \
Expand Down

0 comments on commit 52ee5fc

Please sign in to comment.