update MSRV

This commit is contained in:
Dustin J. Mitchell 2023-04-08 16:52:17 -04:00 committed by Dustin J. Mitchell
parent ae028983b6
commit 5f2d82dc72
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ jobs:
with: with:
# Fixed version for clippy lints. Bump this as necesary. It must not # Fixed version for clippy lints. Bump this as necesary. It must not
# be older than the MSRV in tests.yml. # be older than the MSRV in tests.yml.
toolchain: "1.61" toolchain: "1.63"
override: true override: true
- uses: actions-rs/cargo@v1.0.3 - uses: actions-rs/cargo@v1.0.3

View file

@ -16,7 +16,7 @@ jobs:
matrix: matrix:
rust: rust:
# MSRV; must not be higher than the clippy rust version in checks.yml # MSRV; must not be higher than the clippy rust version in checks.yml
- "1.61" - "1.63"
- "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.61 and higher. This crate supports Rust version 1.63 and higher.
*/ */