Skip to content

release 0.17.0

release 0.17.0 #4

Workflow file for this run

name: Verify msrv
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cp Cargo.lock.msrv Cargo.lock && cargo hack check --rust-version --workspace --all-targets --ignore-private && diff Cargo.lock.msrv Cargo.lock