6b82d1d80e
- bump up MSRV to 1.75 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
995 B
995 B
juniper_hyper
changelog
All user visible changes to juniper_hyper
crate will be documented in this file. This project uses Semantic Versioning 2.0.0.
master
BC Breaks
0.9.0 · 2024-03-20
BC Breaks
- Switched to 0.16 version of
juniper
crate. - Switched to 1 version of
hyper
crate. (#1217) - Changed return type of all functions from
Response<Body>
toResponse<String>
. (#1101, #1096)
Previous releases
See old CHANGELOG.