this repo has no description

h2-eio: add upper bound on gluten-eio

the new release of gluten-eio adds a `~sw` argument
which will break earlier versions of h2-eio.

Changed files
+1 -1
packages
h2-eio
h2-eio.0.10.0
+1 -1
packages/h2-eio/h2-eio.0.10.0/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"h2" {= version}
-
"gluten-eio" {>= "0.4.1"}
+
"gluten-eio" {>= "0.4.1" & < "0.5.0"}
"odoc" {with-doc}
]
build: [