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
(or
(< 0.4)
(>= 0.6))))
(>= 0.7))))
(tags
(instrumentation tracing opentelemetry datadog jaeger)))

View file

@ -25,7 +25,7 @@ depends: [
]
depopts: ["trace"]
conflicts: [
"trace" {< "0.4" | >= "0.6"}
"trace" {< "0.4" | >= "0.7"}
]
build: [
["dune" "subst"] {dev}