mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
chore: remove dep on saturn
This commit is contained in:
parent
b044203b79
commit
83ba6d2e11
2 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue