This website requires JavaScript.
Explore
Help
Sign In
External
/
cloud-hypervisor
Watch
1
Star
0
Fork
0
You've already forked cloud-hypervisor
mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced
2024-11-05 03:21:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e5155bab62
cloud-hypervisor
/
.rustfmt.toml
1 line
16 B
TOML
Raw
Normal View
History
Unescape
Escape
build: migrate to Rust 2021 edition Rust 2021 edition has a few improvements over the 2018 edition. Migrate the project to 2021 edition by following recommended migration steps. Luckily, the code itself doesn't require fixing. Bump MSRV to 1.56 as it is required by the 2021 edition. Also fix the clap build dependency to make Cloud Hypervisor build again. Signed-off-by: Wei Liu <liuwe@microsoft.com>
2022-04-08 15:11:04 +00:00
edition
=
"2021"
Reference in New Issue
Copy Permalink