We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ad6f8 commit 0f311d1Copy full SHA for 0f311d1
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
- stable
14
- beta
15
- nightly
16
- - "1.62"
+ - "1.64"
17
target:
18
- x86_64-unknown-linux-gnu
19
- x86_64-unknown-linux-musl
Cargo.toml
@@ -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.64"
20
[profile.release]
21
lto = true
0 commit comments