Skip to content

Commit

Permalink
build: Update rust version to 1.82.0
Browse files Browse the repository at this point in the history
Co-authored-by: Jan-Niklas Burfeind <[email protected]>
  • Loading branch information
julianoeltjen and AiyionPrime committed Nov 29, 2024
1 parent df95668 commit 9cf86b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN groupadd --gid "$USER_GID" "$USERNAME" \
USER $USERNAME

# Install Rust and the cargo-ament-build plugin
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.74.0 -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.82.0 -y
ENV PATH=/home/$USERNAME/.cargo/bin:$PATH
RUN cargo install cargo-ament-build
# Install autocompletion for rustup and cargo
Expand Down

0 comments on commit 9cf86b3

Please sign in to comment.