mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-30 07:17:26 +00:00
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:
parent
14507a1793
commit
f0659e76cf
17 changed files with 31 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue