mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-17 22:07:47 +00:00
This reverts commit cf20673197
(#9511) due
to failure on powerpc64le in https://github.com/astral-sh/uv/pull/9612
This commit is contained in:
parent
6cb3bf2b13
commit
6cc7a560f7
31 changed files with 64 additions and 71 deletions
|
@ -31,7 +31,7 @@ impl<'de> serde::Deserialize<'de> for PackageNameSpecifier {
|
|||
{
|
||||
struct Visitor;
|
||||
|
||||
impl serde::de::Visitor<'_> for Visitor {
|
||||
impl<'de> serde::de::Visitor<'de> for Visitor {
|
||||
type Value = PackageNameSpecifier;
|
||||
|
||||
fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue