Skip to content

Commit ff817ae

Browse files
committed
mirage 4.10: restrict to cmdliner < 2
1 parent a93710e commit ff817ae

File tree

1 file changed

+2
-2
lines changed
  • packages/mirage/mirage.4.10.0

1 file changed

+2
-2
lines changed

packages/mirage/mirage.4.10.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ depends: [
2222
"ocaml" {with-test & < "5"}
2323
"dune" {>= "2.9.0"}
2424
"astring"
25-
"cmdliner" {>= "1.2.0"}
26-
"cmdliner" {with-test & >= "1.3.0"}
25+
"cmdliner" {>= "1.2.0" & < "2.0.0"}
26+
"cmdliner" {with-test & >= "1.3.0" & < "2.0.0"}
2727
"emile" {>= "1.1"}
2828
"fmt" {>= "0.8.7"}
2929
"ipaddr" {>= "5.0.0"}

0 commit comments

Comments
 (0)