mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-08 03:30:35 +00:00
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:
parent
2803a8c475
commit
325982c418
78 changed files with 117 additions and 117 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue