mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
parent
294955ecff
commit
7abe141d3f
2 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ impl From<PathBuf> for RequirementsSource {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
#[derive(Debug, Default, Clone)]
|
||||
pub(crate) enum ExtrasSpecification<'a> {
|
||||
#[default]
|
||||
None,
|
||||
|
|
|
@ -143,6 +143,7 @@ fn maybe_spurious(err: &Error) -> bool {
|
|||
git2::ErrorClass::Net
|
||||
| git2::ErrorClass::Os
|
||||
| git2::ErrorClass::Zlib
|
||||
| git2::ErrorClass::Ssl
|
||||
| git2::ErrorClass::Http => return git_err.code() != git2::ErrorCode::Certificate,
|
||||
_ => (),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue