You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
images: Use indicatif::BinaryBytes for size formatting
Replace custom format_size() function with indicatif::BinaryBytes
for consistent binary size formatting across the codebase.
Also make DiskImageMetadata::compute_cache_hash() public for use
by base_disks module.
Signed-off-by: Claude <[email protected]>
Signed-off-by: Colin Walters <[email protected]>
0 commit comments