mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-16 21:38:31 +00:00
Bump MSRV to 1.85 and Edition 2024 (#13516)
## Summary Builds on https://github.com/astral-sh/uv/pull/11724. Closes https://github.com/astral-sh/uv/issues/13476.
This commit is contained in:
parent
cc6e766232
commit
c5032aee80
240 changed files with 726 additions and 737 deletions
|
@ -11,10 +11,10 @@ use same_file::is_same_file;
|
|||
use thiserror::Error;
|
||||
use tracing::{debug, warn};
|
||||
|
||||
use uv_fs::{symlink_or_copy_file, LockedFile, Simplified};
|
||||
use uv_fs::{LockedFile, Simplified, symlink_or_copy_file};
|
||||
use uv_state::{StateBucket, StateStore};
|
||||
use uv_static::EnvVars;
|
||||
use uv_trampoline_builder::{windows_python_launcher, Launcher};
|
||||
use uv_trampoline_builder::{Launcher, windows_python_launcher};
|
||||
|
||||
use crate::downloads::{Error as DownloadError, ManagedPythonDownload};
|
||||
use crate::implementation::{
|
||||
|
@ -25,7 +25,7 @@ use crate::libc::LibcDetectionError;
|
|||
use crate::platform::Error as PlatformError;
|
||||
use crate::platform::{Arch, Libc, Os};
|
||||
use crate::python_version::PythonVersion;
|
||||
use crate::{macos_dylib, sysconfig, PythonRequest, PythonVariant};
|
||||
use crate::{PythonRequest, PythonVariant, macos_dylib, sysconfig};
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue