Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 0138dd3 commit a74877f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.6

# depName=rust datasource=docker
ARG RUST_VERSION="1.79.0"
ARG RUST_VERSION="1.80.1"

ARG BASE_IMG=rust # default image
ARG BASE_TAG=${RUST_VERSION} # default tag
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.79.0"
channel = "1.80.1"

0 comments on commit a74877f

Please sign in to comment.