require OCaml 4.08, since mtime 2.0 does

This commit is contained in:
Simon Cruanes 2023-06-09 10:09:03 -04:00
parent 4e527284ae
commit 3d6c46b7d4
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
4 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ jobs:
#- macos-latest
#- windows-latest
ocaml-compiler:
- '4.05.x'
- '4.08.x'
- '4.14.x'
- '5.0.x'

View file

@ -15,7 +15,7 @@
(name trace)
(synopsis "A stub for tracing/observability")
(depends
(ocaml (>= 4.05))
(ocaml (>= 4.08))
dune)
(tags
(trace tracing observability profiling)))
@ -24,7 +24,7 @@
(name trace-tef)
(synopsis "A simple backend for trace")
(depends
(ocaml (>= 4.05))
(ocaml (>= 4.08))
(trace (= :version))
(mtime (>= 2.0))
base-unix

View file

@ -8,9 +8,9 @@ tags: ["trace" "tracing" "catapult"]
homepage: "https://github.com/c-cube/trace"
bug-reports: "https://github.com/c-cube/trace/issues"
depends: [
"ocaml" {>= "4.05"}
"ocaml" {>= "4.08"}
"trace" {= version}
"mtime"
"mtime" {>= "2.0"}
"base-unix"
"dune" {>= "2.9"}
"odoc" {with-doc}

View file

@ -8,7 +8,7 @@ tags: ["trace" "tracing" "observability" "profiling"]
homepage: "https://github.com/c-cube/trace"
bug-reports: "https://github.com/c-cube/trace/issues"
depends: [
"ocaml" {>= "4.05"}
"ocaml" {>= "4.08"}
"dune" {>= "2.9"}
"odoc" {with-doc}
]