Skip to content

build(deps): bump tokio from 1.52.3 to 1.53.1 #351

build(deps): bump tokio from 1.52.3 to 1.53.1

build(deps): bump tokio from 1.52.3 to 1.53.1 #351

Workflow file for this run

name: Rust CI
on:
pull_request:
push:
jobs:
check:
name: Check Rust code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: swatinem/rust-cache@v2
- run: cargo fmt --all -- --check
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings
- run: cargo check --workspace --all-targets --all-features