You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This bumps irpc to the main version, adapting for the
breaking changes introduced in
n0-computer/irpc#46.
## Breaking Changes
- `iroh_blobs::api::proto::StoreService` is removed, `Request` now
implements `irpc::Service`
- `iroh_blobs::api::downloader::DownloaderService` is removed,
`SwarmProtocol` now implements `irpc::Service`
## Notes & open questions
<!-- Any notes, remarks or open questions you have to make about the PR.
-->
## 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.
---------
Co-authored-by: Ruediger Klaehn <rklaehn@protonmail.com>
0 commit comments