Skip to content

Bump tokio from 1.41.1 to 1.42.0 #597

Bump tokio from 1.41.1 to 1.42.0

Bump tokio from 1.41.1 to 1.42.0 #597

Workflow file for this run

on: [ push, pull_request ]
name: Lint
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings