Skip to content

Commit ef9af9d

Browse files
[auto] Update Rust toolchain to 1.89.0
1 parent 213ebcf commit ef9af9d

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
@@ -6,7 +6,7 @@ ARG --global debian = bookworm
66
IMPORT github.com/earthly/lib/rust:a49d2a0f4028cd15666d19904f8fc5fbd0b9ba87 AS lib-rust
77

88
install-build-dependencies:
9-
FROM rust:1.88.0-$debian
9+
FROM rust:1.89.0-$debian
1010
WORKDIR /lightway
1111
RUN dpkg --add-architecture arm64
1212
RUN apt-get update -qq

0 commit comments

Comments
 (0)