Skip to content

Commit

Permalink
chore(docker): sync rustc release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Jul 24, 2024
1 parent 1495470 commit 9f961cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: 1.76.0
components: rustfmt, clippy
override: true
- name: Check ✅
Expand Down
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker:
SAVE IMAGE --push fuwn/september:$tag

deps:
ARG rustc="1.73.0"
ARG rustc="1.76.0"

FROM clux/muslrust:$rustc

Expand Down

0 comments on commit 9f961cd

Please sign in to comment.