mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
Fix eio_main dep
This commit is contained in:
parent
e678a93570
commit
621045435c
2 changed files with 2 additions and 2 deletions
|
|
@ -140,7 +140,7 @@
|
|||
(odoc :with-doc)
|
||||
(cohttp-eio
|
||||
(>= 6.1.0))
|
||||
eio_main
|
||||
(eio_main :with-test)
|
||||
tls-eio
|
||||
(alcotest :with-test)
|
||||
(containers :with-test))
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ depends: [
|
|||
"opentelemetry" {= version}
|
||||
"odoc" {with-doc}
|
||||
"cohttp-eio" {>= "6.1.0"}
|
||||
"eio_main"
|
||||
"eio_main" {with-test}
|
||||
"tls-eio"
|
||||
"alcotest" {with-test}
|
||||
"containers" {with-test}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue