chore: compat with trace 0.6

This commit is contained in:
Simon Cruanes 2024-02-09 14:35:56 -05:00
parent 81d2d5ceef
commit b9f574d3b2
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -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)))

View file

@ -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}