Skip to content

Commit

Permalink
remove upper bound on trace
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 21, 2024
1 parent 715578c commit 882b1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@
(< 0.25))))
(depopts trace)
(conflicts
(trace
(or
(< 0.4)
(>= 0.7))))
(trace (< 0.4)))
(tags
(instrumentation tracing opentelemetry datadog jaeger)))

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
]
depopts: ["trace"]
conflicts: [
"trace" {< "0.4" | >= "0.7"}
"trace" {< "0.4"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 882b1c9

Please sign in to comment.