Rename uv-interpreter crate to uv-toolchain (#4120)

In preparation for managed toolchains #2607, just renames the crate to
something broader.

See #4121 and https://github.com/astral-sh/uv/pull/4138 to see the final
intent.
This commit is contained in:
Zanie Blue 2024-06-07 14:59:14 -04:00 committed by GitHub
parent 2803a8c475
commit 325982c418
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
78 changed files with 117 additions and 117 deletions

View file

@ -1,6 +1,6 @@
use pep440_rs::VersionSpecifiers;
use pep508_rs::StringVersion;
use uv_interpreter::{Interpreter, PythonVersion};
use uv_toolchain::{Interpreter, PythonVersion};
use crate::RequiresPython;