Skip to content

Commit

Permalink
Switch to Rust 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flba-eb authored Jul 20, 2024
1 parent 564384b commit f70cd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN \
du -shc /tmp/build/* /home/ebcl/.kiwi_boxes/* && \
rm -rf /tmp/build/* /home/ebcl/.kiwi_boxes/*

# This installs Rust version 1.72.0 as required by zenoh
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.72.0 -y && \
# This installs the Rust version as required by zenoh
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.75.0 -y && \
. "$HOME/.cargo/env" && rustup target add aarch64-unknown-linux-gnu

0 comments on commit f70cd84

Please sign in to comment.