Skip to content

Commit

Permalink
Raise the lower bound of conduit-mirage to >= 5.0.0 for cohttp-mirage
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Oct 21, 2021
1 parent d025cbf commit 04598d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cohttp-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ depends: [
"dune" {>= "2.0"}
"mirage-flow" {>= "2.0.0"}
"mirage-channel" {>= "4.0.0"}
"conduit" {>= "2.0.2"}
"conduit-mirage" {>= "2.0.2"}
"conduit" {>= "5.0.0"}
"conduit-mirage" {>= "5.0.0"}
"mirage-kv" {>= "3.0.0"}
"lwt" {>= "2.4.3"}
"cohttp" {= version}
Expand Down

0 comments on commit 04598d0

Please sign in to comment.