Skip to content

Commit

Permalink
chore: correctly set bound for OTEL to >= 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 13, 2024
1 parent e693272 commit c0419ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batrpc-otel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/imandra-ai/batrpc/issues"
depends: [
"dune" {>= "3.0"}
"batrpc" {= version}
"opentelemetry" {>= "0.7"}
"opentelemetry" {>= "0.8"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
(synopsis "opentelemetry middleware for BatRPC")
(depends
(batrpc (= :version))
(opentelemetry (>= 0.7)) ; FIXME: >= 0.8 once released
(opentelemetry (>= 0.8))
))

0 comments on commit c0419ed

Please sign in to comment.