Commit 09c54e4
authored
chore: adapt to latest main in iroh-gossip and iroh-docs (#2936)
## Description
adapt to latest main in iroh-gossip and iroh-docs
still not sure if handle_rpc_request should take an `Arc<Self>`, but for
now just make it work
## Breaking Changes
none
## Notes & open questions
Should all fns that take self take an `Arc<Self>` in a protocol handler?
The Arc kinda infects the entire code base. But maybe we have to do it.
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.1 parent 4bd4df7 commit 09c54e4
2 files changed
+69
-47
lines changed
0 commit comments