build: Bump MSRV to 1.70 for clap crate

See: #5925

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2023-11-08 10:09:58 +00:00
committed by Bo Chen
parent 14907d0752
commit 13fae28635
3 changed files with 7 additions and 7 deletions

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.66"
rust-version = "1.70"
[profile.release]
lto = true