build: Bump MSRV to 1.65

This is required to build regex-syntax v0.8.2.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2024-01-17 10:29:12 -08:00
committed by Bo Chen
parent 5dc1668927
commit 628bb74cce
4 changed files with 8 additions and 8 deletions
+1 -1
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.62"
rust-version = "1.65"
[profile.release]
lto = true