cloud-hypervisor / rust-hypervisor-firmware

Apache License 2.0
608 stars 57 forks source link

build: Update toolchain to nightly-2023-08-11 #270

Closed retrage closed 1 year ago

retrage commented 1 year ago

This PR proposes updating Rust toolchain to nightly-2023-08-11. With this update, we need to change some of the code as suggested by clippy. It also includes fix potential unaligned access in PE loader.