Add a separate dist-info name struct (#85)

This commit is contained in:
Charlie Marsh 2023-10-10 19:21:18 -04:00 committed by GitHub
parent d0764bdc23
commit c1fb698eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 131 additions and 10 deletions

View file

@ -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()
)?;
}