Skip to content

Commit

Permalink
dune-project: records that cppo_ocamlbuild needs dune 2.0 too.
Browse files Browse the repository at this point in the history
Maybe this is not necessary, but it seems safer.
  • Loading branch information
fpottier authored and pmetzger committed Jul 16, 2024
1 parent 967e9cc commit 41d4339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Cppo is:
(name cppo_ocamlbuild)
(depends
ocaml
(dune (>= 1.10))
(dune (>= 2.0))
ocamlbuild
ocamlfind)
(synopsis "Plugin to use cppo with ocamlbuild")
Expand Down

0 comments on commit 41d4339

Please sign in to comment.