Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: new quic-rpc, simlified generics, bump MSRV to 1.76 (#2268)
## Description Adapts iroh for n0-computer/quic-rpc#76 Wit this change, a quic client is `pub type QuicIroh = Iroh<QuinnConnection<RpcService>>` instead of `pub type QuicIroh = Iroh<QuinnConnection<ProviderRequest, ProviderResponse>>` ## Breaking Changes * Increased mimimal supported rust version (MSRV) from 1.75 to 1.76 * The generics of the iroh clients changed: Instead of taking `ProviderRequest, ProviderResponse` as generics, they now take `RpcService` ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [x] Documentation updates if relevant. - [x] Tests if relevant. - [x] All breaking changes documented. --------- Co-authored-by: dignifiedquire <[email protected]>
- Loading branch information