Skip to content

feat: add typed versions of get_assignment() #6

feat: add typed versions of get_assignment()

feat: add typed versions of get_assignment() #6

Workflow file for this run

name: Verify MSRV version
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
verify_msrv:
name: Verify MSRV version
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo install cargo-msrv
- run: cargo msrv verify