Skip to content

Commit b50d55d

Browse files
authored
Merge pull request ocaml#22739 from samoht/irmin-layers
old version of irmin-layers needs an old version of mtime
2 parents 9f7674a + c9db66c commit b50d55d

File tree

1 file changed

+1
-1
lines changed
  • packages/irmin-layers/irmin-layers.2.3.0

1 file changed

+1
-1
lines changed

packages/irmin-layers/irmin-layers.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: [
1616
depends: [
1717
"ocaml" {>= "4.03.0"}
1818
"dune" {>= "2.7.0"}
19-
"mtime" {>= "1.0.0"}
19+
"mtime" {>= "1.0.0" & < "2.0"}
2020
"irmin" {= version}
2121
"logs"
2222
"lwt"

0 commit comments

Comments
 (0)