Fix eio_main dep

This commit is contained in:
Shon Feder 2025-07-14 15:09:04 -04:00
parent e678a93570
commit 621045435c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@
(odoc :with-doc) (odoc :with-doc)
(cohttp-eio (cohttp-eio
(>= 6.1.0)) (>= 6.1.0))
eio_main (eio_main :with-test)
tls-eio tls-eio
(alcotest :with-test) (alcotest :with-test)
(containers :with-test)) (containers :with-test))

View file

@ -20,7 +20,7 @@ depends: [
"opentelemetry" {= version} "opentelemetry" {= version}
"odoc" {with-doc} "odoc" {with-doc}
"cohttp-eio" {>= "6.1.0"} "cohttp-eio" {>= "6.1.0"}
"eio_main" "eio_main" {with-test}
"tls-eio" "tls-eio"
"alcotest" {with-test} "alcotest" {with-test}
"containers" {with-test} "containers" {with-test}