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

[object-store] Require tokio 1.29.0. #6459

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

ashtuchkin
Copy link
Contributor

Which issue does this PR close?

Closes #6458.

Rationale for this change

Current object_store code requires JoinSet::poll_join_next method to be public, which only happens since tokio 1.29.0 (see issue above)

What changes are included in this PR?

Updated Cargo.toml.

Are there any user-facing changes?

No

@github-actions github-actions bot added the object-store Object Store Interface label Sep 26, 2024
@ashtuchkin ashtuchkin changed the title Require tokio 1.29+ in object_store. [object-store] Require tokio 1.29.0. Sep 26, 2024
@tustvold tustvold merged commit 50e9e49 into apache:master Sep 26, 2024
16 checks passed
@ashtuchkin
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[object-store] Requested tokio version is too old - does not compile
2 participants