trace 0.12

This commit is contained in:
Simon Cruanes 2026-02-26 12:27:27 -05:00
parent cfcae18452
commit e74f824134
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

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

View file

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