this repo has no description

Merge pull request #24732 from avsm/fix-grpc-ex-upper

grpc-examples: add upper bound on eio

Changed files
+1 -1
packages
grpc-examples
grpc-examples.0.2.0
+1 -1
packages/grpc-examples/grpc-examples.0.2.0/opam
···
"tls-async"
"lwt_ssl" {>= "1.2.0"}
"mdx" {>= "2.2.1" & with-test}
-
"eio_main" {>= "0.10"}
+
"eio_main" {>= "0.10" & < "0.12"}
"stringext"
"odoc" {with-doc}
]