Skip to content

Commit

Permalink
build: Bump MSRV to 1.64
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rbradford committed Jun 6, 2023
1 parent 79ad6f8 commit 0f311d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- stable
- beta
- nightly
- "1.62"
- "1.64"
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

[profile.release]
lto = true
Expand Down

0 comments on commit 0f311d1

Please sign in to comment.