From e5b2bab76fdb7ff4bbc52c046b9496509f2609af Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Sun, 25 May 2025 19:12:14 -0400 Subject: [PATCH] Add missing lib deps --- src/client-cohttp-eio/dune | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client-cohttp-eio/dune b/src/client-cohttp-eio/dune index d3a94901..fa8ee76a 100644 --- a/src/client-cohttp-eio/dune +++ b/src/client-cohttp-eio/dune @@ -5,8 +5,10 @@ (libraries opentelemetry eio + cohttp cohttp-eio eio_main + uri pbrt mtime mtime.clock.os))