Skip to content

fix(deps): update rust crate tokio to v1.43.0 (#274) #682

fix(deps): update rust crate tokio to v1.43.0 (#274)

fix(deps): update rust crate tokio to v1.43.0 (#274) #682

Workflow file for this run

name: Format
on:
push:
branches:
- main
paths:
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
- ".github/workflows/format.yml"
pull_request:
paths:
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
- ".github/workflows/format.yml"
env:
CARGO_TERM_COLOR: always
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format
run: cargo fmt -- --check