mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
deps: Update ocaml-trace dep to 0.4
This commit is contained in:
parent
1809075095
commit
28f750056f
2 changed files with 3 additions and 3 deletions
|
|
@ -39,8 +39,8 @@
|
||||||
(conflicts
|
(conflicts
|
||||||
(trace
|
(trace
|
||||||
(or
|
(or
|
||||||
(< 0.3)
|
(< 0.4)
|
||||||
(>= 0.4))))
|
(>= 0.5))))
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ depends: [
|
||||||
]
|
]
|
||||||
depopts: ["trace"]
|
depopts: ["trace"]
|
||||||
conflicts: [
|
conflicts: [
|
||||||
"trace" {< "0.3" | >= "0.4"}
|
"trace" {< "0.4" | >= "0.5"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue