Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Check in Cargo.lock #5

Closed
kerinin opened this issue Sep 1, 2016 · 2 comments
Closed

Check in Cargo.lock #5

kerinin opened this issue Sep 1, 2016 · 2 comments

Comments

@kerinin
Copy link

kerinin commented Sep 1, 2016

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;
@stepancheg
Copy link
Owner

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.

@stepancheg
Copy link
Owner

It mostly works now, except this issue tokio-rs/tokio-core#12 needs to be fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants