Skip to content

Commit

Permalink
Bump Rust version to 1.71.1
Browse files Browse the repository at this point in the history
prost v0.13.3 requires rustc 1.71.1 or newer
  • Loading branch information
john-haven committed Oct 2, 2024
1 parent c97f83d commit fcc61de
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 --allow-releaseinfo-change update && \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.71.0
RUST_VERSION=1.71.1
RUN wget -q https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init && \
chmod +x rustup-init && \
./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION && \
Expand Down

0 comments on commit fcc61de

Please sign in to comment.