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
{{ message }}
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
I'm having trouble building - would you mind checking in your Cargo.lock file so I can use the same versions of libraries? Specifically I'm currently getting the following error when building:
src/futures_misc/task_data.rs:5:5: 5:28 error: unresolved import `futures::task::TaskData`. There is no `TaskData` in `futures::task` [E0432]
src/futures_misc/task_data.rs:5 use futures::task::TaskData;
The text was updated successfully, but these errors were encountered:
That's because futures-rs and tokio has been changed yesterday. It is broken everywhere (and I've lost Cargo.lock that worked), I'm going to fix it soon.
I'm having trouble building - would you mind checking in your Cargo.lock file so I can use the same versions of libraries? Specifically I'm currently getting the following error when building:
The text was updated successfully, but these errors were encountered: