Skip to content

Commit

Permalink
[auto] Update Rust toolchain to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
expressvpn-iat-bot committed Dec 3, 2024
1 parent 056b535 commit cd13957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG --global debian = bookworm
IMPORT github.com/earthly/lib/rust:a49d2a0f4028cd15666d19904f8fc5fbd0b9ba87 AS lib-rust

install-build-dependencies:
FROM rust:1.82.0-$debian
FROM rust:1.83.0-$debian
WORKDIR /lightway
RUN dpkg --add-architecture arm64
RUN apt-get update -qq
Expand Down

0 comments on commit cd13957

Please sign in to comment.