1.5.0 doc update and add other_data

This commit is contained in:
mbecker20
2024-05-25 17:57:31 -07:00
parent 447690d8bf
commit abf48d0243
10 changed files with 156 additions and 15 deletions

View File

@@ -140,6 +140,7 @@ impl Resolve<ListUpdates, User> for State {
target: u.target,
status: u.status,
version: u.version,
other_data: u.other_data,
}
})
.collect::<Vec<_>>();