Skip to content

Commit

Permalink
add upper bound on conduit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag Soni committed Feb 25, 2021
1 parent 71a051a commit 2917b46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@
(>= 4.08))
logs
mirage-channel
(conduit-mirage (>= 2.2.0))
(conduit-mirage
(and
(>= 2.2.0)
(< 2.3.0)))
dns-client
mirage-random
mirage-time
Expand Down
2 changes: 1 addition & 1 deletion pgx_lwt_mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"ocaml" {>= "4.08"}
"logs"
"mirage-channel"
"conduit-mirage" {>= "2.2.0"}
"conduit-mirage" {>= "2.2.0" & < "2.3.0"}
"dns-client"
"mirage-random"
"mirage-time"
Expand Down

0 comments on commit 2917b46

Please sign in to comment.