Skip to content

Commit ff2da4e

Browse files
committed
Make OCaml 5.00 the minimum version
1 parent fb3533d commit ff2da4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Postgresql offers library functions for accessing PostgreSQL databases.")
2727
(depends
2828
(ocaml
29-
(>= 4.12))
29+
(>= 5.00))
3030
dune-compiledb
3131
dune-configurator
3232
(conf-postgresql :build)))

0 commit comments

Comments
 (0)