Skip to content

fix(deps): bump multiaddr to 0.18 so the crate can be resolved - #132

Open
kaichaosun wants to merge 2 commits into
chore/collapse-waku-sysfrom
chore/fix-multiaddr-version
Open

fix(deps): bump multiaddr to 0.18 so the crate can be resolved#132
kaichaosun wants to merge 2 commits into
chore/collapse-waku-sysfrom
chore/fix-multiaddr-version

Conversation

@kaichaosun

Copy link
Copy Markdown

Problem

waku-bindings cannot be used as a dependency, and this repo cannot
regenerate its own lockfile.

multiaddr 0.17 requires multihash 0.17, which requires core2 ^0.4.0.
Every published version of core2 is yanked (crate version was withdrawn from crates.io),
so there is no version the resolver can select.

Fix

Bump to multiaddr 0.18, which depends on multihash 0.19 and drops
core2 from the graph.

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

Successfully merging this pull request may close these issues.

1 participant