Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump futures dependency #107

Merged
merged 1 commit into from
May 23, 2023
Merged

Bump futures dependency #107

merged 1 commit into from
May 23, 2023

Conversation

bkragl
Copy link
Contributor

@bkragl bkragl commented May 23, 2023

We have a test that relies on FuturesUnordered implementing IntoIter, but this is only the case since 0.3.15 (https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md#0315---2021-05-11).

I also refactored the FuturesUnordered tests a bit. I would have liked to further refactor to have a single function that takes a closure for the way we await on the FuturesUnordered, but async closures are still unstable.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

We have a test that relies on `FuturesUnordered` implementing `IntoIter`,
but this is only the case since 0.3.15.

https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md#0315---2021-05-11
@jamesbornholt jamesbornholt merged commit 53cd322 into awslabs:main May 23, 2023
@bkragl bkragl deleted the bump-futures branch May 23, 2023 19:16
jorajeev pushed a commit that referenced this pull request Feb 29, 2024
We have a test that relies on `FuturesUnordered` implementing `IntoIter`,
but this is only the case since 0.3.15.

https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md#0315---2021-05-11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants