chore: remove dep on saturn

This commit is contained in:
Simon Cruanes 2025-12-08 20:07:52 -05:00
parent b044203b79
commit 83ba6d2e11
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 0 additions and 5 deletions

View file

@ -57,10 +57,6 @@
(= :version)) (= :version))
(odoc :with-doc) (odoc :with-doc)
(alcotest :with-test) (alcotest :with-test)
(saturn
(and
(>= 1.0)
(< 2.0)))
(thread-local-storage (thread-local-storage
(and (and
(>= 0.2) (>= 0.2)

View file

@ -17,7 +17,6 @@ depends: [
"opentelemetry" {= version} "opentelemetry" {= version}
"odoc" {with-doc} "odoc" {with-doc}
"alcotest" {with-test} "alcotest" {with-test}
"saturn" {>= "1.0" & < "2.0"}
"thread-local-storage" {>= "0.2" & < "0.3"} "thread-local-storage" {>= "0.2" & < "0.3"}
] ]
build: [ build: [