Skip to content

Commit

Permalink
[auto] Update Rust toolchain to 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
expressvpn-iat-bot committed Jun 14, 2024
1 parent bce7d14 commit 1dea5b1
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 @@ -5,7 +5,7 @@ ARG --global debian = bookworm
IMPORT github.com/earthly/lib/rust:1a4a008e271c7a5583e7bd405da8fd3624c05610 AS lib-rust

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

0 comments on commit 1dea5b1

Please sign in to comment.