Skip to content

Commit 4e6246e

Browse files
authored
Merge pull request ocaml#23603 from Julow/ppx_expect-re
ppx_expect.113.24.00 requires re < 1.7.0
2 parents 400ecdd + 9028b8c commit 4e6246e

File tree

1 file changed

+1
-1
lines changed
  • packages/ppx_expect/ppx_expect.113.24.00

1 file changed

+1
-1
lines changed

packages/ppx_expect/ppx_expect.113.24.00/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"ppx_sexp_value" {>= "113.24.00" & < "113.25.00"}
2626
"ppx_tools"
2727
"ppx_variants_conv" {>= "113.24.00" & < "113.25.00"}
28-
"re" {>= "1.2.2"}
28+
"re" {>= "1.2.2" & < "1.7.0"}
2929
"sexplib" {>= "113.24.00" & < "113.25.00"}
3030
"variantslib" {>= "113.24.00" & < "113.25.00"}
3131
]

0 commit comments

Comments
 (0)