Skip to content

Commit 113b501

Browse files
committed
Add upper bound on mtime
Mtime 2.0.0 is not yet available on the windows repo (and thus neither on the windows CI), so limiting the compatibility for now.
1 parent ef4411a commit 113b501

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dolmen_bin.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"fmt"
2020
"cmdliner" { >= "1.1.0" }
2121
"pp_loc" { >= "2.0.0" }
22-
"mtime" {>= "1.1.0"}
22+
"mtime" {>= "1.1.0" & < "2.0.0" }
2323
# These two are currently vendored
2424
# "progress"
2525
# "terminal"

vendor/progress

0 commit comments

Comments
 (0)