Skip to content

Commit 753ba8b

Browse files
committed
earlybird.1.3.2: add OCaml 5.3 upper bound
1 parent 69c5ee8 commit 753ba8b

File tree

1 file changed

+1
-1
lines changed
  • packages/earlybird/earlybird.1.3.2

1 file changed

+1
-1
lines changed

packages/earlybird/earlybird.1.3.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
88
depends: [
99
"dune" {>= "3.7"}
1010
"ocaml" {>= "4.12.0"}
11-
"ppx_deriving" {>= "5.1"}
11+
"ppx_deriving" {>= "5.1" & < "5.3"}
1212
"ppx_deriving_yojson" {>= "3.6.1"}
1313
"menhir" {>= "20201216" & build}
1414
"menhirLib" {>= "20201216"}

0 commit comments

Comments
 (0)