Add uv- prefix to all internal crates (#7853)

## Summary

Brings more consistency to the repo and ensures that all crates
automatically show up in `--verbose` logging.
This commit is contained in:
Charlie Marsh
2024-10-01 20:15:32 -04:00
committed by GitHub
parent 7b55e97909
commit 14507a1793
319 changed files with 1327 additions and 1317 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
use pep440_rs::Version;
use pep508_rs::MarkerTree;
use uv_pep440::Version;
use uv_pep508::MarkerTree;
use uv_python::{Interpreter, PythonVersion};
use crate::{RequiresPython, RequiresPythonRange};