Skip to content

Bump MSRV to Rust 1.65. #181

Bump MSRV to Rust 1.65.

Bump MSRV to Rust 1.65. #181

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