Skip to content

Commit

Permalink
Update opam bounds
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Apr 4, 2023
1 parent b4c29fb commit 71aa56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cohttp-mirage.opam
Expand Up @@ -23,7 +23,7 @@ depends: [
"mirage-flow" {>= "2.0.0"}
"mirage-channel" {>= "4.0.0"}
"conduit" {>= "2.0.2"}
"conduit-mirage" {>= "2.0.2"}
"conduit-mirage" {>= "2.3.0"}
"mirage-kv" {>= "3.0.0"}
"lwt" {>= "2.4.3"}
"cohttp" {= version}
Expand Down
2 changes: 1 addition & 1 deletion cohttp.opam
Expand Up @@ -44,7 +44,7 @@ depends: [
"fmt" {with-test}
"jsonm" {build}
"alcotest" {with-test}
"crowbar" {with-test}
"crowbar" {with-test & >= "0.2"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 71aa56b

Please sign in to comment.