From cd01e8756d6c034892b9f942272b8cf2e705daec Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 7 Sep 2022 13:35:58 +0100 Subject: [PATCH] Temporary fix for tls-async in CI tls-async can't be tested on OCaml 5 yet, and this prevents the CI from testing other packages there. This annotation can be removed once a compatible version of `core` is released. --- tls-async.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls-async.opam b/tls-async.opam index 140df817..053d98d7 100644 --- a/tls-async.opam +++ b/tls-async.opam @@ -14,7 +14,7 @@ build: [ ] depends: [ - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.08.0" & < "5.0.0"} "dune" {>= "1.0"} "tls" {= version} "x509" {>= "0.14.0"}