Bump MSRV to 1.56.1

Because that is needed for the new version of clap_complete, and it
only updates the patch version, so it should be fine to bump it.
This commit is contained in:
Thayne McCombs 2022-06-26 00:10:19 -06:00
parent 7448f30414
commit d13bb6c1bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: CICD
env:
MIN_SUPPORTED_RUST_VERSION: "1.56.0"
MIN_SUPPORTED_RUST_VERSION: "1.56.1"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on:

View File

@ -1 +1 @@
msrv = "1.56.0"
msrv = "1.56.1"