-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
Here's the following with a manual highlight using a selection with the mouse:
The offending lines appears to be these:
uv/crates/uv/src/commands/self_update.rs
Lines 97 to 103 in 041c7a5
| format!( | |
| "from {} to {}", | |
| format!("v{old_version}").bold().white(), | |
| format!("v{}", result.new_version).bold().white(), | |
| ) | |
| } else { | |
| format!("to {}", format!("v{}", result.new_version).bold().white()) |
uv/crates/uv/src/commands/self_update.rs
Line 130 in 041c7a5
| format!("v{}", env!("CARGO_PKG_VERSION")).bold().white() |
It might be worth changing it to the following:
- .bold().white()
+ .bold().white().on_black()or an equivalent.
Platform
MacOS
Version
uv 0.6.14 (a4cec56 2025-04-09)
Python version
Python 3.12.5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working