diff --git a/dune-project b/dune-project index 3d962e1f..41888c90 100644 --- a/dune-project +++ b/dune-project @@ -57,10 +57,6 @@ (= :version)) (odoc :with-doc) (alcotest :with-test) - (saturn - (and - (>= 1.0) - (< 2.0))) (thread-local-storage (and (>= 0.2) diff --git a/opentelemetry-client.opam b/opentelemetry-client.opam index c646e1b9..cf5b04db 100644 --- a/opentelemetry-client.opam +++ b/opentelemetry-client.opam @@ -17,7 +17,6 @@ depends: [ "opentelemetry" {= version} "odoc" {with-doc} "alcotest" {with-test} - "saturn" {>= "1.0" & < "2.0"} "thread-local-storage" {>= "0.2" & < "0.3"} ] build: [