Skip to content

Commit

Permalink
ci: bump rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Jan 14, 2025
1 parent ed59a88 commit 3851b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.76.0
toolchain: 1.78.0
components: rustfmt, clippy
override: true
- name: Check ✅
Expand Down
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ docker:
SAVE IMAGE --push fuwn/september:$tag

deps:
ARG rustc="1.76.0"
ARG rustc="1.78.0"

FROM clux/muslrust:$rustc
FROM clux/muslrust:$rustc-stable

RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH}/rustup-init" -o rustup-init \
&& chmod +x rustup-init \
Expand Down

0 comments on commit 3851b49

Please sign in to comment.