Skip to content

chore(deps): bump tokio from 1.52.2 to 1.52.3 #481

chore(deps): bump tokio from 1.52.2 to 1.52.3

chore(deps): bump tokio from 1.52.2 to 1.52.3 #481

Workflow file for this run

---
name: PR
on:
pull_request:
workflow_dispatch:
jobs:
spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run fmt check
run: >
cargo fmt --
--check
- name: Run tests
run: >
cargo test