Skip to content

Commit 0f311d1

Browse files
committed
build: Bump MSRV to 1.64
This is required for openssl-src crate as it now uses functionality first released in this version. See: alexcrichton/openssl-src-rs#184 Signed-off-by: Rob Bradford <[email protected]>
1 parent 79ad6f8 commit 0f311d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- stable
1414
- beta
1515
- nightly
16-
- "1.62"
16+
- "1.64"
1717
target:
1818
- x86_64-unknown-linux-gnu
1919
- x86_64-unknown-linux-musl

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
1515
# a.) A dependency requires it,
1616
# b.) If we want to use a new feature and that MSRV is at least 6 months old,
1717
# c.) There is a security issue that is addressed by the toolchain update.
18-
rust-version = "1.62"
18+
rust-version = "1.64"
1919

2020
[profile.release]
2121
lto = true

0 commit comments

Comments
 (0)