Bump MSRV to 1.84 (#12670)
## Summary Closes https://github.com/astral-sh/uv/issues/12649.
This commit is contained in:
@@ -177,7 +177,7 @@ impl PythonEnvironment {
|
||||
}));
|
||||
}
|
||||
Err(err) => return Err(Error::Discovery(err.into())),
|
||||
};
|
||||
}
|
||||
|
||||
if root.as_ref().is_file() {
|
||||
return Err(InvalidEnvironment {
|
||||
@@ -211,7 +211,7 @@ impl PythonEnvironment {
|
||||
kind: InvalidEnvironmentKind::MissingExecutable(executable.clone()),
|
||||
}
|
||||
.into());
|
||||
};
|
||||
}
|
||||
|
||||
let interpreter = Interpreter::query(executable, cache)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user