mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -04:00
chore: upstream patch from @mseri
This commit is contained in:
parent
36dcdda480
commit
40420bb7e2
2 changed files with 2 additions and 2 deletions
|
|
@ -55,5 +55,5 @@
|
||||||
(opentelemetry (= :version))
|
(opentelemetry (= :version))
|
||||||
(opentelemetry-lwt (= :version))
|
(opentelemetry-lwt (= :version))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
cohttp-lwt)
|
(cohttp-lwt (>= "4.0.0")))
|
||||||
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ depends: [
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"opentelemetry-lwt" {= version}
|
"opentelemetry-lwt" {= version}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"cohttp-lwt"
|
"cohttp-lwt" {>= "4.0.0"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue