Skip to content

Commit 5f561c3

Browse files
authored
Merge pull request #95 from flavio/fix-regression
fix: bring back workaround for rustc
2 parents eb768b6 + ee75384 commit 5f561c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ impl Client {
364364
Result::Ok(())
365365
}
366366
})
367+
.boxed() // Workaround to rustc issue https://github.com/rust-lang/rust/issues/104382
367368
.buffer_unordered(self.config.max_concurrent_upload)
368369
.try_for_each(future::ok)
369370
.await?;

0 commit comments

Comments
 (0)