mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
chore: put lower bound on mtime
This commit is contained in:
parent
f84f16b34a
commit
a768c55eac
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
(depends
|
||||
(ocaml (>= "4.08"))
|
||||
(dune (>= "2.3"))
|
||||
mtime
|
||||
(mtime (>= "1.4")) ; for spans
|
||||
; atomic ; vendored
|
||||
(opentelemetry (= :version))
|
||||
(ocaml-protoc (>= 2.1))
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ bug-reports:
|
|||
depends: [
|
||||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.3"}
|
||||
"mtime"
|
||||
"mtime" {>= "1.4"}
|
||||
"opentelemetry" {= version}
|
||||
"ocaml-protoc" {>= "2.1"}
|
||||
"odoc" {with-doc}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue