Skip to content

Commit

Permalink
Merge pull request #136 from sksat/renovate/rust-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust docker tag to v1.74.0
  • Loading branch information
sksat authored Nov 17, 2023
2 parents 5df9011 + 73037d3 commit 5421faf
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.73.0"
ARG RUST_VERSION="1.74.0"

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.73.0"
channel = "1.74.0"

0 comments on commit 5421faf

Please sign in to comment.