mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04: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
|
(depends
|
||||||
(ocaml (>= "4.08"))
|
(ocaml (>= "4.08"))
|
||||||
(dune (>= "2.3"))
|
(dune (>= "2.3"))
|
||||||
mtime
|
(mtime (>= "1.4")) ; for spans
|
||||||
; atomic ; vendored
|
; atomic ; vendored
|
||||||
(opentelemetry (= :version))
|
(opentelemetry (= :version))
|
||||||
(ocaml-protoc (>= 2.1))
|
(ocaml-protoc (>= 2.1))
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ bug-reports:
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"dune" {>= "2.3"}
|
"dune" {>= "2.3"}
|
||||||
"mtime"
|
"mtime" {>= "1.4"}
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"ocaml-protoc" {>= "2.1"}
|
"ocaml-protoc" {>= "2.1"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue