Add static bound to appease 1.74.1

This commit is contained in:
asonix 2023-12-12 17:13:54 -06:00
parent 6d2ac0d7b5
commit 7b2bb1582f
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ pub(crate) async fn queue_generate<R: QueueRepo>(
Ok(())
}
pub(crate) async fn process_cleanup<R: FullRepo, S: Store>(
pub(crate) async fn process_cleanup<R: FullRepo + 'static, S: Store + 'static>(
repo: R,
store: S,
client: ClientWithMiddleware,