You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libp2p duplicate can finally be resolved by switching out patched version to libp2p/rust-libp2p#5692 which minimizes API breakage comparing to the version I had prior to this. At least temporarily, Substrate is again behind with libp2p 0.55.0 release a few weeks ago and who knows when it will be upgraded there.
PR #3394 added significant number of new dependencies, which appear to be duplicate or unnecessary.
We need to:
cargo tree
orcargo check
)Possibly unnecessary dependencies:
From PR #3404:
Duplicate dependencies:
Note:
cargo metadata
and tools that use it are unreliable, because of rust-lang/cargo#10801The text was updated successfully, but these errors were encountered: