mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
relax bounds on trace, 0.11 is the one we want
This commit is contained in:
parent
6fe90a3cfe
commit
9696dfb511
2 changed files with 2 additions and 2 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue