Skip to content

Use more recent Rust features and bump MSRV #70

Use more recent Rust features and bump MSRV

Use more recent Rust features and bump MSRV #70

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
with:
components: rustfmt
- run: cargo fmt -- --check
- run: cargo test
- run: cargo bench