uv/crates/uv-python
konsti 5d37c7ecc5
Apply first set of Rustfmt edition 2024 changes (#13478)
Rustfmt introduces a lot of formatting changes in the 2024 edition. To
not break everything all at once, we split out the set of formatting
changes compatible with both the 2021 and 2024 edition by first
formatting with the 2024 style, and then again with the currently used
2021 style.

Notable changes are the formatting of derive macro attributes and lines
with overly long strings and adding trailing semicolons after statements
consistently.
2025-05-16 20:19:02 -04:00
..
python Fix GraalPy abi tag parsing and discovery (#12154) 2025-03-13 23:55:07 +00:00
src Apply first set of Rustfmt edition 2024 changes (#13478) 2025-05-16 20:19:02 -04:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
Cargo.toml Add more context to errors in high level crates. (#13351) 2025-05-12 11:04:41 +00:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
download-metadata.json Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00
fetch-download-metadata.py Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00