this repo has no description

Merge pull request #24274 from ocaml/mseri-patch-3

opentelemetry-cohttp-lwt is not compatible with cohttp 6

Changed files
+1 -1
packages
opentelemetry-cohttp-lwt
opentelemetry-cohttp-lwt.0.5
+1 -1
packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.5/opam
···
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
-
"cohttp-lwt" {>= "4.0.0"}
]
build: [
["dune" "subst"] {dev}
···
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
+
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~"}
]
build: [
["dune" "subst"] {dev}