Skip to content

Commit

Permalink
chore(deps): update rust toolchain version to 1.82
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Delgado <[email protected]>
  • Loading branch information
LNSD committed Dec 2, 2024
1 parent 6edd6b7 commit cedb211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: cargo fmt
runs-on: ubuntu-latest
container:
image: rust:1.79-bookworm
image: rust:1.82-bookworm
steps:
- uses: actions/checkout@v3
- run: |
Expand All @@ -23,7 +23,7 @@ jobs:
name: cargo clippy
runs-on: ubuntu-latest
container:
image: rust:1.79-bookworm
image: rust:1.82-bookworm
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -47,7 +47,7 @@ jobs:
pull-requests: write
actions: read
container:
image: rust:1.79-bookworm
image: rust:1.82-bookworm
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -72,7 +72,7 @@ jobs:
name: cargo test docs
runs-on: ubuntu-latest
container:
image: rust:1.79-bookworm
image: rust:1.82-bookworm
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tap_aggregator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.79-bookworm as build
FROM rust:1.82-bookworm as build

WORKDIR /root
COPY . .
Expand Down

0 comments on commit cedb211

Please sign in to comment.