Skip to content

Commit 1dea5b1

Browse files
[auto] Update Rust toolchain to 1.79.0
1 parent bce7d14 commit 1dea5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG --global debian = bookworm
55
IMPORT github.com/earthly/lib/rust:1a4a008e271c7a5583e7bd405da8fd3624c05610 AS lib-rust
66

77
install-build-dependencies:
8-
FROM rust:1.78.0-$debian
8+
FROM rust:1.79.0-$debian
99
WORKDIR /lightway
1010
RUN dpkg --add-architecture arm64
1111
RUN apt-get update -qq

0 commit comments

Comments
 (0)