mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
deps: Require Trace >= 0.3
This commit is contained in:
parent
1822c1acaa
commit
9a26bb5e8b
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
(< 0.25))))
|
(< 0.25))))
|
||||||
(depopts
|
(depopts
|
||||||
(trace
|
(trace
|
||||||
(>= 0.1)))
|
(>= 0.3)))
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ depends: [
|
||||||
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: [
|
||||||
"trace" {>= "0.1"}
|
"trace" {>= "0.3"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue