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
libp2p
Currently we include libp2p and all its submodules in our cargo.toml. We don't need to do that, instead we can just depend on libp2p once.
cargo.toml
We are also pinning all of our versions. This is probably unnecessary as well.
The text was updated successfully, but these errors were encountered:
0.50.0
0.53.1
Depend on libp2p directly instead of submodules (#1591)
36528a9
Closes #1523
bcca5a5
Closes FuelLabs/fuel-core#1523
MitchTurner
Successfully merging a pull request may close this issue.
Currently we include
libp2p
and all its submodules in ourcargo.toml
. We don't need to do that, instead we can just depend onlibp2p
once.We are also pinning all of our versions. This is probably unnecessary as well.
The text was updated successfully, but these errors were encountered: