Skip to content

Commit

Permalink
bump minimal ocaml version to 4.08
Browse files Browse the repository at this point in the history
This is because of error resulting from ppx_inline_test
  • Loading branch information
benbellick committed Oct 14, 2024
1 parent a2d8501 commit 3ba398d
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 @@ -23,7 +23,7 @@
(description "Using mattjbray/ocaml-decoders, use a ppx to automatically \
generate instances of a decoder for a particular type using PPX.")
(depends
ocaml
(ocaml (>= 4.08.0))
dune
ppxlib
decoders
Expand Down
2 changes: 1 addition & 1 deletion ppx_deriving_decoders.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage: "https://github.com/benbellick/ppx_deriving_decoders"
doc: "https://github.com/benbellick/ppx_deriving_decoders"
bug-reports: "https://github.com/benbellick/ppx_deriving_decoders/issues"
depends: [
"ocaml"
"ocaml" {>= "4.08.0"}
"dune" {>= "3.11"}
"ppxlib"
"decoders"
Expand Down

0 comments on commit 3ba398d

Please sign in to comment.