mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fix cargo warning (#2576)
This commit is contained in:
parent
70e0967dbd
commit
a873963e5d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ license = "MIT OR Apache-2.0"
|
|||
cache-key = { path = "crates/cache-key" }
|
||||
distribution-filename = { path = "crates/distribution-filename" }
|
||||
distribution-types = { path = "crates/distribution-types" }
|
||||
install-wheel-rs = { path = "crates/install-wheel-rs" }
|
||||
install-wheel-rs = { path = "crates/install-wheel-rs", default-features = false }
|
||||
once-map = { path = "crates/once-map" }
|
||||
pep440_rs = { path = "crates/pep440-rs" }
|
||||
pep508_rs = { path = "crates/pep508-rs" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue