Skip to content

Commit 1f3242d

Browse files
committed
Add a cmdliner upper bound for diskuvbox.0.1.0 and diskuvbox.0.1.1
1 parent 74f3883 commit 1f3242d

File tree

2 files changed

+2
-2
lines changed
  • packages/diskuvbox

2 files changed

+2
-2
lines changed

packages/diskuvbox/diskuvbox.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"fmt" {>= "0.8.9"}
1818
"logs" {>= "0.7.0"}
1919
"mdx" {>= "2.0.0"}
20-
"cmdliner" {>= "1.0.0"}
20+
"cmdliner" {>= "1.0.0" & < "2.0.0"}
2121
"headache" {>= "1.05" & build}
2222
"ocamlformat" {>= "0.19.0" & build}
2323
]

packages/diskuvbox/diskuvbox.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"fmt" {>= "0.8.9"}
1717
"logs" {>= "0.7.0"}
1818
"mdx" {>= "2.0.0" & with-test}
19-
"cmdliner" {>= "1.0.0"}
19+
"cmdliner" {>= "1.0.0" & < "2.0.0"}
2020
"dkml-workflows" {>= "1.1.0" & build}
2121
"headache" {>= "1.05" & build}
2222
"ocamlformat" {>= "0.19.0" & build}

0 commit comments

Comments
 (0)