build: Bump Rust version from 1.74.0 to 1.74.1

Fixes: #6368

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-04-07 09:13:21 +01:00
parent e1bb5e71bf
commit d485896edd
5 changed files with 9 additions and 9 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.74"
rust-version = "1.74.1"
[profile.release]
lto = true