Skip to content

Commit

Permalink
strict lowerbound on ppxlib for release
Browse files Browse the repository at this point in the history
  • Loading branch information
benbellick committed Oct 17, 2024
1 parent bed675e commit 58f977c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
(depends
(ocaml (>= 4.08.0))
dune
ppxlib
(ppxlib (>= 0.20.0))
(decoders (>= 0.5.0))
(containers (>= 2.8))
(decoders-yojson :with-test)
Expand Down
2 changes: 1 addition & 1 deletion ppx_deriving_decoders.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bug-reports: "https://github.com/benbellick/ppx_deriving_decoders/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.11"}
"ppxlib"
"ppxlib" {>= "0.20.0"}
"decoders" {>= "0.5.0"}
"containers" {>= "2.8"}
"decoders-yojson" {with-test}
Expand Down

0 comments on commit 58f977c

Please sign in to comment.