mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
That feature was dropped when consolidating the UUID dependency because somehow building the whole project worked. The CI system was happy. However, building the block crate alone is broken. The vhdx code uses Uuid::new_v4, which requires `v4` to be enabled. Add the feature back. Signed-off-by: Wei Liu <liuwe@microsoft.com>