mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 13:43:45 +00:00
![]() Currently, `dbg!` is hard to read because versions are verbose, showing all optional fields, and we have a lot of versions. Changing debug formatting to displaying the version number (which can be losslessly converted to the struct and back) makes this more readable. See e.g. https://gist.github.com/konstin/38c0f32b109dffa73b3aa0ab86b9662b **Before** ```text version: Version { epoch: 0, release: [ 1, 2, 3, ], pre: None, post: None, dev: None, local: None, }, ``` **After** ```text version: "1.2.3", ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |