mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
fix dumb circular dep
This commit is contained in:
parent
6a468594e0
commit
7691512ace
2 changed files with 0 additions and 5 deletions
|
|
@ -31,10 +31,6 @@
|
||||||
hmap
|
hmap
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(alcotest :with-test)
|
(alcotest :with-test)
|
||||||
(opentelemetry-client
|
|
||||||
(and
|
|
||||||
:with-test
|
|
||||||
(= :version)))
|
|
||||||
(pbrt
|
(pbrt
|
||||||
(and
|
(and
|
||||||
(>= 4.0)
|
(>= 4.0)
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ depends: [
|
||||||
"hmap"
|
"hmap"
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"opentelemetry-client" {with-test & = version}
|
|
||||||
"pbrt" {>= "4.0" & < "5.0"}
|
"pbrt" {>= "4.0" & < "5.0"}
|
||||||
"pbrt_yojson" {>= "4.0" & < "5.0"}
|
"pbrt_yojson" {>= "4.0" & < "5.0"}
|
||||||
"ambient-context" {>= "0.2"}
|
"ambient-context" {>= "0.2"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue