Skip to content

Commit

Permalink
feat: default construct marker-tree (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager authored Aug 16, 2024
1 parent f6a7269 commit 448f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_lock/src/utils/serde/pep440_map_or_vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl<'de> DeserializeAs<'de, Vec<Requirement>> for Pep440MapOrVec {
} else {
Some(VersionOrUrl::VersionSpecifier(spec))
},
marker: None,
marker: Default::default(),
origin: None,
})
})
Expand Down

0 comments on commit 448f351

Please sign in to comment.