Skip to content

Commit ee56c84

Browse files
authored
Merge pull request ocaml#28131 from liyishuai/patch-2
Rotor deps upper bound
2 parents 382e02b + 13ab65d commit ee56c84

File tree

1 file changed

+2
-2
lines changed
  • packages/rotor/rotor.0.1

1 file changed

+2
-2
lines changed

packages/rotor/rotor.0.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ depends: [
1717
"cmdliner"
1818
"cppo" { build }
1919
"cppo_ocamlbuild" { build }
20-
"containers" { >= "2.6" }
20+
"containers" { >= "2.6" < "3.0" }
2121
"ocaml" { >= "4.04" & < "4.09.0" }
2222
"ocamlbuild" { build }
2323
"ocamlfind"
2424
"ocamlgraph" { >= "1.8.7" }
2525
"logs" { >= "0.6.2" }
2626
"pcre"
27-
"mparser" { >= "1.2.3" }
27+
"mparser" { >= "1.2.3" < "1.3" }
2828
"visitors"
2929
]
3030
depexts: [

0 commit comments

Comments
 (0)