From 2c1def188ac5bcaef8507ac0078acad68bc09aae Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 9 Jul 2025 16:44:12 -0400 Subject: [PATCH] breaking: require OCaml 5 --- moonpool.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}