Skip to content

Update windows-sys requirement from 0.48.0 to 0.52.0 #63

Update windows-sys requirement from 0.48.0 to 0.52.0

Update windows-sys requirement from 0.48.0 to 0.52.0 #63

Workflow file for this run

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