Skip to content

Commit 70644a6

Browse files
committed
Make OCaml 5.00 the minimum version for postgresql
1 parent ff033f4 commit 70644a6

File tree

1 file changed

+1
-1
lines changed
  • packages/postgresql/postgresql.5.3.2

1 file changed

+1
-1
lines changed

packages/postgresql/postgresql.5.3.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doc: "https://mmottl.github.io/postgresql-ocaml/api"
1414
bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues"
1515
depends: [
1616
"dune" {>= "2.7"}
17-
"ocaml" {>= "4.12"}
17+
"ocaml" {>= "5.00"}
1818
"dune-compiledb"
1919
"dune-configurator"
2020
"conf-postgresql" {build}

0 commit comments

Comments
 (0)