build: Bump MSRV to 1.64

This is required for openssl-src crate as it now uses functionality
first released in this version.

See: https://github.com/alexcrichton/openssl-src-rs/pull/184

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2023-06-06 16:52:47 +01:00
committed by Rob Bradford
parent 79ad6f8536
commit b955f09b80
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- stable
- beta
- nightly
- "1.62"
- "1.64"
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl