Skip to content

Commit

Permalink
depopt on trace requires 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 28, 2023
1 parent 8e37377 commit 921b5da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
(odoc :with-doc)
(pbrt (>= 2.3)))
(depopts
(trace (>= 0.1)))
trace)
(conflicts
(trace (or (< 0.3) (>= 0.4))))
(tags
(instrumentation tracing opentelemetry datadog jaeger)))

Expand Down
5 changes: 3 additions & 2 deletions opentelemetry.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ depends: [
"odoc" {with-doc}
"pbrt" {>= "2.3"}
]
depopts: [
"trace" {>= "0.1"}
depopts: ["trace"]
conflicts: [
"trace" {< "0.3" | >= "0.4"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 921b5da

Please sign in to comment.