diff --git a/moonpool.opam b/moonpool.opam index feb9208e..46fb6b69 100644 --- a/moonpool.opam +++ b/moonpool.opam @@ -9,7 +9,7 @@ tags: ["thread" "pool" "domain" "futures" "fork-join"] homepage: "https://github.com/c-cube/moonpool" bug-reports: "https://github.com/c-cube/moonpool/issues" depends: [ - "ocaml" {>= "4.14"} + "ocaml" {>= "5.0"} "dune" {>= "3.0"} "either" {>= "1.0"} "trace" {with-test}