Skip to content

Bump MSRV to 1.56.0 and update windows-sys to 0.52 (#194) #74

Bump MSRV to 1.56.0 and update windows-sys to 0.52 (#194)

Bump MSRV to 1.56.0 and update windows-sys to 0.52 (#194) #74

Workflow file for this run

name: Clippy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run clippy
run: make lint