Skip to content

Fix fast-cjson

Fix fast-cjson #1248

Workflow file for this run

name: Rust unused dependencies
on:
merge_group:
pull_request:
push:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
check-unused-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bnjbvr/cargo-machete@main