Skip to content

Bump windows-sys to 0.52 (#26) #104

Bump windows-sys to 0.52 (#26)

Bump windows-sys to 0.52 (#26) #104

Workflow file for this run

name: Rustfmt
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- name: Run rustfmt
run: make format-check