From ad57d8dc1c55144a3efab6e0f5e3480a7f980ed7 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 14 Feb 2023 15:28:04 +0100 Subject: [PATCH] tls-async: remove ocaml upper bound (was 5.0.0) --- tls-async.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls-async.opam b/tls-async.opam index 7c53e9d6..38dff174 100644 --- a/tls-async.opam +++ b/tls-async.opam @@ -14,7 +14,7 @@ build: [ ] depends: [ - "ocaml" {>= "4.08.0" & < "5.0.0"} + "ocaml" {>= "4.08.0"} "dune" {>= "3.0"} "tls" {= version} "x509" {>= "0.14.0"}