mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add a separate dist-info name struct (#85)
This commit is contained in:
parent
d0764bdc23
commit
c1fb698eae
5 changed files with 131 additions and 10 deletions
|
@ -215,7 +215,7 @@ pub(crate) async fn sync(
|
|||
printer,
|
||||
" {} {}{}",
|
||||
"+".green(),
|
||||
wheel.name().white().bold(),
|
||||
wheel.name().as_ref().white().bold(),
|
||||
format!("@{}", wheel.version()).dimmed()
|
||||
)?;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue