Skip to content

Commit 6f6517c

Browse files
authored
Merge pull request ocaml#22760 from kit-ty-kate/fix-178
odnnr is not compatible with parany >= 13
2 parents 0dd8c75 + 852122e commit 6f6517c

File tree

1 file changed

+1
-1
lines changed
  • packages/odnnr/odnnr.2.0.0

1 file changed

+1
-1
lines changed

packages/odnnr/odnnr.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"dolog" {>= "4.0.0" & < "5.0.0"}
1515
"batteries"
1616
"minicli" {>= "5.0.0"}
17-
"parany" {>= "11.0.0"}
17+
"parany" {>= "11.0.0" & < "13.0.0"}
1818
"cpm"
1919
"conf-gnuplot"
2020
]

0 commit comments

Comments
 (0)