bump minimum Rust to 1.57

Addresses a breakage with cdfb61f. the `named-profile` feature
wasn't available in 1.56.
This commit is contained in:
Scott Lamb
2022-04-14 10:58:23 -07:00
parent cdfb61fb35
commit 2e49a1a0c8
4 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Rust ${{ matrix.rust }}
strategy:
matrix:
rust: [ "stable", "1.56", "nightly" ]
rust: [ "stable", "1.57", "nightly" ]
include:
- rust: nightly
extra_args: "--features nightly --benches"