Updates to get the example in the README.md working #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changes were needed to get the example in the
README.mdworking, and to silence existing warnings. There was only one existing test, and it passes.The only thing that may be controversial here are these two places where I've patched dependencies, and point to my own fork. This is intended to be a temporary solution. The practice is common within this repo. User @Frando own several of these branches, but he is a more well known community member 😉.
libutp-syswhich I made to fix a build failure inbindgen.hypercore-protocol-rs v3.1However building this version is now broken because of it's dependency onsnow v0.7.0-alpha5which causes a build failure. The branch this now points to contains this patch which bumps the snow version to one that works (0.8). I would like to merge this upstream but thehypercore-protocol-rsrepository does not have a3.1tag or branch which I could make a PR against. A different fix could be bumping thehypercore-protocol-rsversion itself. I'm looking into this.