build: Bump MSRV to 1.65

Sev-Snp on MSHV uses igvm crate to parse the igvm file.
igvm crate needs minimum rust version 1.65 to build.

Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
Muminul Islam 2023-10-17 16:22:37 -07:00 committed by Rob Bradford
parent 6e35fe741e
commit a1ce37c2af
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -15,7 +15,7 @@ homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
# a.) A dependency requires it,
# b.) If we want to use a new feature and that MSRV is at least 6 months old,
# c.) There is a security issue that is addressed by the toolchain update.
rust-version = "1.64"
rust-version = "1.65"
[profile.release]
lto = true