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
tokio
libp2p-quic
tokio feature unconditionally introduces libp2p-quic dependency for unknown reason.
Consider following:
[dependencies.libp2p] version = "0.54.1" default-features = false features = [ "tokio", "yamux", ]
This way libp2p-quic is present in libp2p dependencies, if tokio feature is removed then libp2p-quic is no longer present.
libp2p
Only components explicitly requested are added to dependencies
See summary
No response
0.52.4 (still used by Substrate, hence relevance), 0.54.1
Yes
The text was updated successfully, but these errors were encountered:
Apparently it is a Cargo issue 😞: rust-lang/cargo#10801
Sorry, something went wrong.
No branches or pull requests
Summary
tokio
feature unconditionally introduceslibp2p-quic
dependency for unknown reason.Consider following:
This way
libp2p-quic
is present inlibp2p
dependencies, iftokio
feature is removed thenlibp2p-quic
is no longer present.Expected behavior
Only components explicitly requested are added to dependencies
Actual behavior
See summary
Relevant log output
No response
Possible Solution
No response
Version
0.52.4 (still used by Substrate, hence relevance), 0.54.1
Would you like to work on fixing this bug ?
Yes
The text was updated successfully, but these errors were encountered: