Skip to content

Bump tokio from 1.41.0 to 1.41.1 #23

Bump tokio from 1.41.0 to 1.41.1

Bump tokio from 1.41.0 to 1.41.1 #23

Workflow file for this run

on:
push:
branches:
- main
paths:
- "**.rs"
- Cargo.toml
- Cargo.lock
- .github/workflows/cargo-clippy.yml
pull_request:
paths:
- "**.rs"
- Cargo.toml
- Cargo.lock
- .github/workflows/cargo-clippy.yml
name: cargo clippy
jobs:
cargoclippy:
name: cargo clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy
- name: Run clippy
run: cargo clippy --all-features --tests -- -D warnings
- name: Cargo check --release
run: cargo check --release