this repo has no description
0
fork

Configure Feed

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

picos_io_cohttp: upper bound on cohttp.6.0.0

revdeps for #26925

+2 -2
+1 -1
packages/picos_io_cohttp/picos_io_cohttp.0.5.0/opam
··· 8 8 depends: [ 9 9 "dune" {>= "3.14"} 10 10 "picos_io" {= version} 11 - "cohttp" {>= "6.0.0~beta2"} 11 + "cohttp" {>= "6.0.0~beta2" & <"6.0.0"} 12 12 "fmt" {>= "0.9.0"} 13 13 "uri" {>= "4.4.0"} 14 14 "odoc" {with-doc}
+1 -1
packages/picos_io_cohttp/picos_io_cohttp.0.6.0/opam
··· 8 8 depends: [ 9 9 "dune" {>= "3.14"} 10 10 "picos_io" {= version} 11 - "cohttp" {>= "6.0.0~beta2"} 11 + "cohttp" {>= "6.0.0~beta2" & < "6.0.0"} 12 12 "fmt" {>= "0.9.0"} 13 13 "uri" {>= "4.4.0"} 14 14 "odoc" {with-doc}