Rename install-wheel-rs library (#7855)

## Summary

I missed this one in the rename (the crate was renamed, but not the
library).
This commit is contained in:
Charlie Marsh
2024-10-01 20:45:39 -04:00
committed by GitHub
parent 14507a1793
commit f0659e76cf
17 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -11,11 +11,11 @@ use serde::{Deserialize, Serialize};
use thiserror::Error;
use tracing::{trace, warn};
use install_wheel_rs::Layout;
use uv_cache::{Cache, CacheBucket, CachedByTimestamp, Freshness};
use uv_cache_info::Timestamp;
use uv_cache_key::cache_digest;
use uv_fs::{write_atomic_sync, PythonExt, Simplified};
use uv_install_wheel::Layout;
use uv_pep440::Version;
use uv_pep508::{MarkerEnvironment, StringVersion};
use uv_platform_tags::Platform;