Skip to content

Update windows requirement from 0.58.0 to 0.59.0 #53

Update windows requirement from 0.58.0 to 0.59.0

Update windows requirement from 0.58.0 to 0.59.0 #53

Workflow file for this run

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
name: Verify MSRV compatibility
env:
CARGO_TERM_COLOR: always
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install cargo-msrv.
run: cargo install cargo-msrv
- name: Run cargo-msrv.
run: cargo msrv verify