Skip to content

Commit c61e906

Browse files
authored
Merge pull request #25938 from ocaml/mseri-patch-5
re_parser needs re 1.10.0
2 parents 0021c03 + f433e08 commit c61e906

File tree

1 file changed

+1
-1
lines changed
  • packages/re_parser/re_parser.v0.17.0

1 file changed

+1
-1
lines changed

packages/re_parser/re_parser.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"base" {>= "v0.17" & < "v0.18"}
1515
"regex_parser_intf" {>= "v0.17" & < "v0.18"}
1616
"dune" {>= "3.11.0"}
17-
"re" {>= "1.8.0"}
17+
"re" {>= "1.10.0"}
1818
]
1919
available: arch != "arm32" & arch != "x86_32"
2020
synopsis: "Typed parsing using regular expressions."

0 commit comments

Comments
 (0)