Skip to content
New issue

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

Update libp2p version to fix cargo issue #136

Merged
merged 6 commits into from
Jan 5, 2020
Merged

Conversation

austinabell
Copy link
Contributor

@austinabell austinabell commented Jan 2, 2020

Issue is protobuf version is not pinned in the fork we are using and causing issues. Temporary fix if working with a new Cargo.lock is to run:

cargo update -p protobuf --precise 2.8.1

Edit: No longer needed to do any of this since the gossipsub branch has been updated on sigp gossipsub libp2p branch, commit being used: https://github.com/sigp/rust-libp2p/tree/776d13ef046358964c7d64cda3295a3a3cb24743

commit from base libp2p that fixed the original issue: libp2p/rust-libp2p@455a5a9

@austinabell austinabell changed the title Update libp2p version Add workaround for broken protobuf version Jan 3, 2020
@austinabell austinabell marked this pull request as ready for review January 3, 2020 03:28
@austinabell austinabell changed the title Add workaround for broken protobuf version Update libp2p version to fix cargo issue Jan 5, 2020
@austinabell austinabell merged commit cee77ac into master Jan 5, 2020
@austinabell austinabell deleted the austin/libp2pv branch January 5, 2020 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants