Skip to content

Commit 3bc742f

Browse files
committed
Update lower bound for Re (Re.Glob was not found)
I don't know why this was not found while CIing ppx_expect_nobase... Signed-off-by: Kakadu <[email protected]>
1 parent f0a5130 commit 3bc742f

File tree

1 file changed

+1
-1
lines changed
  • packages/ppx_expect_nobase/ppx_expect_nobase.v0.17.2

1 file changed

+1
-1
lines changed

packages/ppx_expect_nobase/ppx_expect_nobase.v0.17.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ppx_inline_test_nobase" {>= "v0.17" & < "v0.18"}
1515
"sexplib"
1616
"mtime" { >= "2" }
17-
"re"
17+
"re" {>= "1.8.0" }
1818
"dune" {>= "3.11.0"}
1919
"ppxlib" {>= "0.28.0"}
2020
]

0 commit comments

Comments
 (0)