Skip to content

Update env_logger requirement from 0.10.0 to 0.11.0 #196

Update env_logger requirement from 0.10.0 to 0.11.0

Update env_logger requirement from 0.10.0 to 0.11.0 #196

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