Skip to content

Commit

Permalink
Update ppxlib-bench minimum requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>
  • Loading branch information
NathanReb committed Jan 24, 2025
1 parent 7b2bf62 commit 02a13b8
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 @@ -64,7 +64,7 @@ format.")
than ppxlib itself. Also the benchmark runner has dependencies that ppxlib doesn't
have.")
(depends
(ocaml (>= 4.04.1))
(ocaml (>= 4.10.0))
(ppxlib (= :version))
base
yojson))
2 changes: 1 addition & 1 deletion ppxlib-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doc: "https://ocaml-ppx.github.io/ppxlib/"
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
depends: [
"dune" {>= "3.8"}
"ocaml" {>= "4.04.1"}
"ocaml" {>= "4.10.0"}
"ppxlib" {= version}
"base"
"yojson"
Expand Down

0 comments on commit 02a13b8

Please sign in to comment.