We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to build the simple 'hello-world' example from the README. I see that multiple tokio dependencies are added, e.g.
tokio
... Compiling tokio-executor v0.1.10 Compiling tokio-current-thread v0.1.7 Compiling tokio-timer v0.2.13 Compiling tokio-io v0.1.13 Compiling tokio-threadpool v0.1.18 Compiling tokio-reactor v0.1.12 Compiling tokio-tcp v0.1.4 Compiling tokio v0.1.22 ...
Is this intentional?
The text was updated successfully, but these errors were encountered:
I think it's consequential, different dependencies pulling in different versions.
Sorry, something went wrong.
This should be resolved by #414; we haven't fully optimized our dependencies yet, and there are still some odd edge cases like these present.
Does not this increase the build time?
No branches or pull requests
I tried to build the simple 'hello-world' example from the README. I see that multiple
tokio
dependencies are added, e.g.Is this intentional?
The text was updated successfully, but these errors were encountered: