Skip to content

Commit

Permalink
chore: regular update (#92)
Browse files Browse the repository at this point in the history
update toolchain to 1.78.0
  • Loading branch information
henry40408 authored May 8, 2024
1 parent c5b6dbb commit c21ac01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.1
- uses: dtolnay/rust-toolchain@1.77.2
- uses: dtolnay/rust-toolchain@1.78.0
with:
components: clippy,rustfmt
- uses: actions/cache@v4.0.2
Expand All @@ -30,7 +30,7 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4.1.1
- uses: dtolnay/rust-toolchain@1.77.2
- uses: dtolnay/rust-toolchain@1.78.0
- uses: actions/cache@v4.0.2
with:
path: |
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77.2-alpine AS builder
FROM rust:1.78.0-alpine AS builder

WORKDIR /usr/src/app
RUN apk add --no-cache build-base=0.5-r3 git=2.43.0-r0
Expand Down

0 comments on commit c21ac01

Please # to comment.