deleting pinrule struct
This commit is contained in:
parent
bd91f22a26
commit
dfad956246
@ -29,12 +29,6 @@ pub struct Package {
|
|||||||
pub version: String,
|
pub version: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
|
||||||
pub struct PinRule {
|
|
||||||
pub package: Package,
|
|
||||||
pub priority: i32,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
pub struct Options {
|
pub struct Options {
|
||||||
pub include_dependencies: bool,
|
pub include_dependencies: bool,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user