Skip to content

feat: add generation function for fast[a|q] format #5

feat: add generation function for fast[a|q] format

feat: add generation function for fast[a|q] format #5

Workflow file for this run

name: MSRV
on:
push:
branches: [main]
pull_request:
branches: ["**"]
jobs:
minimum_rust_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.75
override: true
- name: check if Readme matches MSRV defined here
run: grep '1.75' Readme.md
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --no-fail-fast