this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26498 from anmonteiro/anmonteiro/h2-revdeps

h2: add upper bounds constrains for upcoming 0.13.0 release

authored by

Anil Madhavapeddy and committed by
GitHub
7cdc6607 f8cb07e1

+4 -4
+1 -1
packages/grpc-async/grpc-async.0.2.0/opam
··· 23 23 "ocaml" {>= "4.11"} 24 24 "grpc" {= version} 25 25 "async" {>= "v0.16"} 26 - "h2-async" 26 + "h2-async" {< "0.13.0"} 27 27 "stringext" 28 28 "odoc" {with-doc} 29 29 ]
+1 -1
packages/grpc-eio/grpc-eio.0.2.0/opam
··· 19 19 depends: [ 20 20 "dune" {>= "3.7"} 21 21 "grpc" {= version} 22 - "h2-eio" 22 + "h2-eio" {< "0.13.0"} 23 23 "stringext" 24 24 "odoc" {with-doc} 25 25 ]
+1 -1
packages/grpc/grpc.0.1.0/opam
··· 15 15 "dune" {>= "2.7"} 16 16 "ocaml" {>= "4.08"} 17 17 "uri" {>= "4.0.0"} 18 - "h2" {>= "0.9.0"} 18 + "h2" {>= "0.9.0" & < "0.13.0"} 19 19 "ppx_deriving" 20 20 "odoc" {with-doc} 21 21 ]
+1 -1
packages/grpc/grpc.0.2.0/opam
··· 22 22 "dune" {>= "3.7"} 23 23 "ocaml" {>= "4.08"} 24 24 "uri" {>= "4.0.0"} 25 - "h2" {>= "0.9.0"} 25 + "h2" {>= "0.9.0" & < "0.13.0"} 26 26 "ppx_deriving" 27 27 "odoc" {with-doc} 28 28 ]