Bump Rust MSRV to 1.64.0

This commit is contained in:
timvisee
2023-01-30 18:38:39 +01:00
parent 982a604d34
commit 342a55471c
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ check-stable:
check-msrv:
<<: *check-base
variables:
RUST_VERSION: 1.60.0
RUST_VERSION: 1.64.0
only:
- master