Skip to content

chore(deps): bump tokio-serial from 5.4.4 to 5.4.5 #28

chore(deps): bump tokio-serial from 5.4.4 to 5.4.5

chore(deps): bump tokio-serial from 5.4.4 to 5.4.5 #28

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/[email protected]
with:
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Check
run: cargo check --verbose