relax bounds on trace, 0.11 is the one we want

This commit is contained in:
Simon Cruanes 2026-02-11 14:18:34 -05:00
parent 6fe90a3cfe
commit 9696dfb511
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
(depopts atomic trace thread-local-storage lwt eio picos)
(conflicts
(trace
(< 0.99)))
(< 0.11)))
(tags
(instrumentation tracing opentelemetry datadog jaeger)))

View file

@ -27,7 +27,7 @@ depends: [
]
depopts: ["atomic" "trace" "thread-local-storage" "lwt" "eio" "picos"]
conflicts: [
"trace" {< "0.99"}
"trace" {< "0.11"}
]
build: [
["dune" "subst"] {dev}