cloud-hypervisor/block
Wei Liu fdeb778210 block: Add back UUID crate's v4 feature
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>
2025-06-30 10:54:54 +00:00
..
src block: Remove unnecessary pointer indirection 2025-06-20 10:21:04 +00:00
Cargo.toml block: Add back UUID crate's v4 feature 2025-06-30 10:54:54 +00:00