Skip to content

Commit 2a629ef

Browse files
committed
Fix version constraint for re.
1 parent 6d58352 commit 2a629ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ppx_regexp.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"ocaml" {>= "4.02.3"}
1212
"dune" {>= "1.11"}
1313
"ppxlib" {>= "0.9.0"}
14-
"re" {>= "1.7.1"}
14+
"re" {>= "1.7.2"}
1515
"qcheck" {with-test}
1616
]
1717
build: ["dune" "build" "-p" name "-j" jobs]

ppx_tyre.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"ocaml" {>= "4.02.3"}
1212
"dune" {>= "1.11"}
1313
"ocaml-migrate-parsetree" {>= "1.4.0"}
14-
"re" {>= "1.7.1"}
14+
"re" {>= "1.7.2"}
1515
"ppx_tools_versioned" {>= "5.2.3"}
1616
"tyre" {>= "0.4.1"}
1717
"qcheck" {with-test}

0 commit comments

Comments
 (0)