bump MSRV to 1.53 for debug_non_exhaustive

This commit is contained in:
Dustin J. Mitchell
2022-05-27 23:53:24 +00:00
committed by Tomas Babej
parent e5b23ef9a0
commit 3529ee9289
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
matrix: matrix:
rust: rust:
# MSRV; most not be higher than the clippy rust version in checks.yml # MSRV; most not be higher than the clippy rust version in checks.yml
- "1.52" - "1.53"
- "stable" - "stable"
os: os:
- ubuntu-latest - ubuntu-latest

View File

@@ -41,7 +41,7 @@ for more information about the design and usage of the tool.
# Minimum Supported Rust Version (MSRV) # Minimum Supported Rust Version (MSRV)
This crate supports Rust version 1.52 and higher. This crate supports Rust version 1.53 and higher.
*/ */