From 4282d74ec3a4b192835c7fd5c2fc7f0730c27a6c Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 14 Dec 2022 16:00:36 +0100 Subject: [PATCH] conduit-lwt-unix: adjust ssl bound (for Ssl.set_ip) --- conduit-lwt-unix.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit-lwt-unix.opam b/conduit-lwt-unix.opam index fda23e34..38506d8d 100644 --- a/conduit-lwt-unix.opam +++ b/conduit-lwt-unix.opam @@ -26,7 +26,7 @@ depends: [ depopts: ["tls" "lwt_ssl" "launchd"] conflicts: [ "tls" {< "0.14.0"} - "ssl" {< "0.5.9"} + "ssl" {< "0.5.12"} ] build: [ ["dune" "subst"] {dev}