mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-11 21:18:33 -04:00
chore: compat with trace 0.6
This commit is contained in:
parent
81d2d5ceef
commit
b9f574d3b2
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
(trace
|
(trace
|
||||||
(or
|
(or
|
||||||
(< 0.4)
|
(< 0.4)
|
||||||
(>= 0.6))))
|
(>= 0.7))))
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ depends: [
|
||||||
]
|
]
|
||||||
depopts: ["trace"]
|
depopts: ["trace"]
|
||||||
conflicts: [
|
conflicts: [
|
||||||
"trace" {< "0.4" | >= "0.6"}
|
"trace" {< "0.4" | >= "0.7"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue