remove leftover ambient-context dependency

This commit is contained in:
Corentin Leruth 2024-10-03 11:12:27 +02:00 committed by Simon Cruanes
parent 420ad5484e
commit 956875c3bb
2 changed files with 0 additions and 2 deletions

View file

@ -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)

View file

@ -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}