Skip to content

Bump clap from 4.5.57 to 4.6.0 #778

Bump clap from 4.5.57 to 4.6.0

Bump clap from 4.5.57 to 4.6.0 #778

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install build-essential pkg-config libncurses-dev libsqlite3-dev
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: cargo check
run: cargo check