Skip to content

Commit 19e9997

Browse files
authored
Merge pull request ocaml#21502 from NathanReb/patch-4
Remove unnecessary bound on cmdliner
2 parents 5fe6dfc + 0043ac3 commit 19e9997

File tree

1 file changed

+1
-1
lines changed
  • packages/index/index.1.6.1

1 file changed

+1
-1
lines changed

packages/index/index.1.6.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"fmt" {>= "0.8.5"}
2828
"logs" {>= "0.7.0"}
2929
"mtime" {>= "1.1.0"}
30-
"cmdliner" {< "1.1.0"}
30+
"cmdliner"
3131
"progress" {>= "0.2.1"}
3232
"semaphore-compat" {>= "1.0.1"}
3333
"jsonm"

0 commit comments

Comments
 (0)