mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -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
|
||||
(or
|
||||
(< 0.4)
|
||||
(>= 0.6))))
|
||||
(>= 0.7))))
|
||||
(tags
|
||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ depends: [
|
|||
]
|
||||
depopts: ["trace"]
|
||||
conflicts: [
|
||||
"trace" {< "0.4" | >= "0.6"}
|
||||
"trace" {< "0.4" | >= "0.7"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue