Skip to content

fix(deps): update rust crate http-body-util to 0.1.1 - autoclosed #259

fix(deps): update rust crate http-body-util to 0.1.1 - autoclosed

fix(deps): update rust crate http-body-util to 0.1.1 - autoclosed #259

Workflow file for this run

name: windows build test
on:
push:
pull_request:
types: [opened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt -- --check && cargo clippy --all-features -- -Dwarnings && cargo test --all-features