Skip to content

Commit 508baea

Browse files
committed
Pin ppxlib version
1 parent 18d0748 commit 508baea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

h_list.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ url {
1414
}
1515
depends: [
1616
"dune" {build & >= "2.0"}
17-
"ppxlib"
17+
"ppxlib" {>= "v0.25.0"}
1818
]
1919
descr: "
2020
Heterogeneous lists

ppx_snarky.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ url {
1515
depends: [
1616
"ocaml" {>= "4.07.0"}
1717
"core" {>= "v0.12" & < "v0.14" }
18-
"ppxlib"
18+
"ppxlib" {>= "v0.25.0}
1919
"ppx_tools"
2020
"ppx_sexp_conv"
2121
"dune" {build & >= "2.0"}

0 commit comments

Comments
 (0)