changed CompositeDependecy to ModuleDependecy in fomod for install pattern
This commit is contained in:
@@ -347,7 +347,7 @@ pub struct ConditionalInstallPatternList {
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
pub struct ConditionalInstallPattern {
|
||||
pub dependencies: CompositeDependency,
|
||||
pub dependencies: ModuleDependency,
|
||||
pub files: FileList,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user