Skip to content

Bump Rust edition 2021 as it is within reach of our MSRV by now. #115

Bump Rust edition 2021 as it is within reach of our MSRV by now.

Bump Rust edition 2021 as it is within reach of our MSRV by now. #115

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --no-default-features
- run: cargo test --all-features