Skip to content

Commit dbcc1ce

Browse files
committed
Raise minimum ocaml version to 4.08 - which is also required for ppxlib
1 parent 509814c commit dbcc1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ppx_protocol_conv.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ build: [
1111
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
14-
"ocaml" {>= "4.07"}
15-
"base" {>= "v0.14.0" }
14+
"ocaml" {>= "4.08"}
15+
"base" {>= "v0.14.0"}
1616
"dune" {>= "1.2"}
1717
"ppxlib" {>= "0.36.0"}
1818
"ppx_sexp_conv" {with-test}

0 commit comments

Comments
 (0)