Compare commits
2 commits
5c1d3b1cd5
...
cfe49adca9
| Author | SHA1 | Date | |
|---|---|---|---|
| cfe49adca9 | |||
| f60dd18c0a |
1 changed files with 3 additions and 0 deletions
|
|
@ -212,6 +212,9 @@ impl Issue {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if let Some(deps) = &mut dependencies {
|
||||||
|
deps.sort();
|
||||||
|
}
|
||||||
Ok(dependencies)
|
Ok(dependencies)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue