Skip to content

Update libp2p version to fix cargo issue - #136

Merged
austinabell merged 6 commits into
masterfrom
austin/libp2pv
Jan 5, 2020
Merged

Update libp2p version to fix cargo issue#136
austinabell merged 6 commits into
masterfrom
austin/libp2pv

Conversation

@austinabell

@austinabellaustinabell commented Jan 2, 2020

Copy link
Copy Markdown
Contributor

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

@austinabellaustinabell changed the title Update libp2p versionAdd workaround for broken protobuf versionJan 3, 2020
@austinabell
austinabell marked this pull request as ready for review January 3, 2020 03:28
@austinabellaustinabell changed the title Add workaround for broken protobuf versionUpdate libp2p version to fix cargo issueJan 5, 2020
ec2
ec2 approved these changes Jan 5, 2020
@austinabell
austinabell merged commit cee77ac into masterJan 5, 2020
@austinabell
austinabell deleted the austin/libp2pv branch January 5, 2020 19:36
@coderabbitaicoderabbitaiBot mentioned this pull request Dec 15, 2025
4 tasks
Sign up for freeto 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.

4 participants

@austinabell@ec2@ansermino@GregTheGreek