switch to managers: wip 2

This commit is contained in:
Aiden McClelland
2021-07-19 11:38:04 -06:00
parent 7eaf6dabcc
commit d9fa354e85
10 changed files with 315 additions and 210 deletions

View File

@@ -144,8 +144,8 @@ impl DepInfo {
.await?
{
(
dep_model.clone().manifest().get(db).await?,
dep_model.get(db).await?,
dep_model.clone().manifest().get(db, true).await?,
dep_model.get(db, true).await?,
)
} else {
return Ok(Err(DependencyError::NotInstalled));