Bump MSRV to 1.57 as os_str_bytes (used by criterion.rs 0.4.0) requires it.

Commit 7386436fb78cdc18b9e5016676a1db8653c06df1 upgraded criterion.rs to
0.4.0 but didn't bump the MSRV. Do that bump.
This commit is contained in:
Brian Smith 2022-10-20 10:09:38 -07:00
parent 7386436fb7
commit 9b00fff0ce

View File

@ -193,7 +193,7 @@ jobs:
rust_channel:
- stable
- nightly
- 1.56.1 # MSRV
- 1.57 # MSRV
- beta
include:
@ -346,7 +346,7 @@ jobs:
rust_channel:
- stable
- nightly
- 1.56.1 # MSRV
- 1.57 # MSRV
- beta
include: