Skip to content

Commit

Permalink
chore: upstream patch from @mseri
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 10, 2022
1 parent 36dcdda commit 40420bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
2 changes: 1 addition & 1 deletion opentelemetry-cohttp-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"opentelemetry" {= version}
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"cohttp-lwt"
"cohttp-lwt" {>= "4.0.0"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 40420bb

Please sign in to comment.