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

Switch to futures 0.3 #30

Open
piegamesde opened this issue Sep 15, 2021 · 1 comment
Open

Switch to futures 0.3 #30

piegamesde opened this issue Sep 15, 2021 · 1 comment

Comments

@piegamesde
Copy link

Depending on futures 0.1 is causing me headaches, because the traits mismatch (I have two different futures versions in my dependency tree).

@koba-e964
Copy link
Member

koba-e964 commented Oct 11, 2021

We have not decided whether we should switch to futures:0.3. We don't have any clear prospect for this matter right now, so for now there are solutions for you (and anyone who uses fibers-rs) to:

  • stop using fibers-rs and migrate to tokio or some other libarires, or
  • rewrite fibers-rs so that it depends on futures:0.3 (If you do this, I rewrote halfway: https://github.com/dwango/fibers-rs/tree/feature/tokio-1.0. This can also be a staging point when you migrate from fibers-rs to tokio. This thing uses tokio internally. No docs or whatever to help users so it can cause headaches though)

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

No branches or pull requests

2 participants