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:
@@ -1,4 +1,4 @@
|
||||
use anyhow::{anyhow, Result};
|
||||
use anyhow::{Result, anyhow};
|
||||
use clap::{Args, ValueEnum};
|
||||
|
||||
use uv_warnings::warn_user;
|
||||
|
||||
@@ -3,9 +3,9 @@ use std::ops::{Deref, DerefMut};
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
|
||||
use anyhow::{anyhow, Result};
|
||||
use clap::builder::styling::{AnsiColor, Effects, Style};
|
||||
use anyhow::{Result, anyhow};
|
||||
use clap::builder::Styles;
|
||||
use clap::builder::styling::{AnsiColor, Effects, Style};
|
||||
use clap::{Args, Parser, Subcommand};
|
||||
|
||||
use url::Url;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
use std::fmt;
|
||||
|
||||
use serde::Serialize;
|
||||
use uv_pep508::{uv_pep440::Version, PackageName};
|
||||
use uv_pep508::{PackageName, uv_pep440::Version};
|
||||
|
||||
/// Information about the git repository where uv was built from.
|
||||
#[derive(Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user