Recipe: Operator is optional
This commit is contained in:
parent
af053c33b7
commit
4890611460
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ pub struct Operator {
|
|||
#[derive(Debug, serde::Deserialize)]
|
||||
pub struct Dependencies {
|
||||
tools: Vec<String>,
|
||||
operator: Operator,
|
||||
operator: Option<Operator>,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue