mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
remove leftover ambient-context dependency
This commit is contained in:
parent
420ad5484e
commit
956875c3bb
2 changed files with 0 additions and 2 deletions
|
|
@ -58,7 +58,6 @@
|
||||||
(depends
|
(depends
|
||||||
(ocaml
|
(ocaml
|
||||||
(>= "4.08"))
|
(>= "4.08"))
|
||||||
ambient-context
|
|
||||||
(opentelemetry
|
(opentelemetry
|
||||||
(= :version))
|
(= :version))
|
||||||
(cohttp-lwt-unix :with-test)
|
(cohttp-lwt-unix :with-test)
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"ambient-context"
|
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"cohttp-lwt-unix" {with-test}
|
"cohttp-lwt-unix" {with-test}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue