dialohq / ocaml-grpc

gRPC library for OCaml
https://dialohq.github.io/ocaml-grpc
BSD 3-Clause "New" or "Revised" License
60 stars 9 forks source link

Breaking changes in h2 0.9.0 #15

Closed quernd closed 2 years ago

quernd commented 2 years ago

The recently released h2 0.9.0 introduced a breaking change by splitting Body.t into Body.Writer.t and Body.Reader.t: https://github.com/anmonteiro/ocaml-h2/pull/165

Let's adapt to these changes and then require h2 0.9.0 in the opam file.