mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05: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-lwt (= :version))
|
||||
(odoc :with-doc)
|
||||
cohttp-lwt)
|
||||
(cohttp-lwt (>= "4.0.0")))
|
||||
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ depends: [
|
|||
"opentelemetry" {= version}
|
||||
"opentelemetry-lwt" {= version}
|
||||
"odoc" {with-doc}
|
||||
"cohttp-lwt"
|
||||
"cohttp-lwt" {>= "4.0.0"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue