paritytech / jsonrpsee

Rust JSON-RPC library on top of async/await
MIT License
646 stars 172 forks source link

fix(server): make tower::Service impl generic over HttpBody #1475

Closed hanabi1224 closed 1 month ago

hanabi1224 commented 1 month ago

Close https://github.com/paritytech/jsonrpsee/issues/1133

niklasad1 commented 1 month ago

@hanabi1224 one tiny thing, can you just change the links in the README from 0.24.6 to 0.24.7?

hanabi1224 commented 1 month ago

@hanabi1224 one tiny thing, can you just change the links in the README from 0.24.6 to 0.24.7?

@niklasad1 Do you mean the dependency status badge? I can change it in this PR but the badge will be down until 0.24.7 is actually published. [![dependency status](https://deps.rs/crate/jsonrpsee/0.24.7/status.svg)](https://deps.rs/crate/jsonrpsee/0.24.7)

niklasad1 commented 1 month ago

Yes, exactly I'll release after this is merged.

hanabi1224 commented 1 month ago

Yes, exactly I'll release after this is merged.

@niklasad1 Thanks! (Just curious, why not use https://deps.rs/crate/jsonrpsee/latest/status.svg , like [![dependency status](https://deps.rs/crate/jsonrpsee/latest/status.svg)](https://deps.rs/crate/jsonrpsee) ?)

niklasad1 commented 1 month ago

@niklasad1 Thanks! (Just curious, why not use https://deps.rs/crate/jsonrpsee/latest/status.svg , like dependency status ?)

Sure, that's better. Changed now