Skip to content

Commit cf1e884

Browse files
authored
chore: cargo update and rust 1.87.0
1 parent 8411181 commit cf1e884

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, windows-latest, macos-latest]
10-
toolchain: [1.85.0, 1.86.0]
10+
toolchain: [1.85.0, 1.87.0]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/[email protected]
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/[email protected]
37-
- uses: dtolnay/rust-toolchain@1.86.0
37+
- uses: dtolnay/rust-toolchain@1.87.0
3838
- uses: actions/[email protected]
3939
with:
4040
path: |

Cargo.lock

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.86.0-alpine AS builder
1+
FROM rust:1.87.0-alpine AS builder
22

33
WORKDIR /usr/src/app
44
RUN apk add --no-cache build-base=0.5-r3 git=2.47.2-r0

0 commit comments

Comments
 (0)