this repo has no description

Merge pull request #20871 from raphael-proust/relax-constraints-on-resto-cohttp-server

Relax dependency version constraint in resto-cohttp-server

Kate 4e30c159 c2367bc7

Changed files
+2 -2
packages
resto-cohttp-server
resto-cohttp-server.0.6.1
+2 -2
packages/resto-cohttp-server/resto-cohttp-server.0.6.1/opam
···
"resto-directory" {= version }
"resto-cohttp" {= version }
"resto-acl" {= version }
-
"cohttp-lwt-unix" { >= "2.0.0"}
-
"conduit-lwt-unix" { >= "2.0.0" & < "3.0.0" }
+
"cohttp-lwt-unix" { >= "2.0.0" }
+
"conduit-lwt-unix" { >= "2.0.0" }
"lwt" { >= "3.0.0" & < "6.0.0" }
]
url {