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

Remove pin-depends, just use `h2-async` 0.9.0 #18

Closed quernd closed 1 year ago

quernd commented 1 year ago

After the release of

grpc-async finally compiles without pin-depends again. (Also the branch I pinned it to is gone. Note to self: pin to commits instead in the future...)

mbacarella commented 1 year ago

tested this in my project. looks good!

quernd commented 1 year ago

tested this in my project. looks good!

Thanks!