Skip to content

Commit 3b244b8

Browse files
committed
Update to Rust v1.90
1 parent 07e6a2a commit 3b244b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \
1313
libpcsclite-dev libdbus-1-dev
1414

1515
# Install Rust
16-
ENV RUST_VERSION=1.81.0
16+
ENV RUST_VERSION=1.90.0
1717
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
1818
. "$HOME/.cargo/env" && \
1919
rustup install ${RUST_VERSION} && rustup default ${RUST_VERSION} && \

0 commit comments

Comments
 (0)