You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object store requests tokio="1.25.0" in it Cargo.toml, a pretty old version. If we have this version installed, it can't be compiled with the following error message:
Describe the bug
Object store requests
tokio="1.25.0"
in it Cargo.toml, a pretty old version. If we have this version installed, it can't be compiled with the following error message:Naturally,
poll_join_next
was only made public in tokio 1.29.0 in this PR.To Reproduce
Install tokio=1.25.0, object_store=0.11.0, observe the error message above when trying to compile.
Expected behavior
We should update tokio requirement to at least 1.29.0.
The text was updated successfully, but these errors were encountered: