Skip to content

Bump MSRV to Rust 1.71. #207

Bump MSRV to Rust 1.71.

Bump MSRV to Rust 1.71. #207

Workflow file for this run

on: [push, pull_request]
name: Build benches on nightly toolchain
jobs:
build_benchmarks:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-D warnings"
CARGO_UNSTABLE_SPARSE_REGISTRY: true
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- name: Build benches
run: cargo build --benches --verbose