chore: put lower bound on mtime

This commit is contained in:
Simon Cruanes 2022-03-22 11:10:44 -04:00
parent f84f16b34a
commit a768c55eac
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -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))

View file

@ -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}