this repo has no description

Update upper bound for http_async

Changed files
+2 -2
packages
http_async
http_async.0.0.2
http_async.0.0.3
+1 -1
packages/http_async/http_async.0.0.2/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.11.0"}
-
"shuttle" {>= "0.4.0"}
"ppxlib" {>= "0.23.0"}
"odoc" {with-doc}
]
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.11.0"}
+
"shuttle" {>= "0.4.0" & < "0.5.0"}
"ppxlib" {>= "0.23.0"}
"odoc" {with-doc}
]
+1 -1
packages/http_async/http_async.0.0.3/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.11.0"}
-
"shuttle" {>= "0.4.0"}
"ppxlib" {>= "0.23.0"}
"odoc" {with-doc}
]
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.11.0"}
+
"shuttle" {>= "0.4.0" & < "0.5.0"}
"ppxlib" {>= "0.23.0"}
"odoc" {with-doc}
]