mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Shrink Dist
from 352 to 288 bytes (#10389)
Found this when looking at #10385. Since we're constructing a lot of `Dist`s, we should keep it small.
This commit is contained in:
parent
15c81e9a02
commit
c5583b326f
4 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@ pub(crate) async fn wheel_metadata(args: WheelMetadataArgs) -> Result<()> {
|
|||
.wheel_metadata(
|
||||
&BuiltDist::DirectUrl(DirectUrlBuiltDist {
|
||||
filename,
|
||||
location: archive.url,
|
||||
location: Box::new(archive.url),
|
||||
url: args.url,
|
||||
}),
|
||||
&capabilities,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue