unipi: restrict to irmin < 3.0.0

This commit is contained in:
Hannes Mehnert 2022-04-15 16:18:56 +02:00
parent 3ca57bd4c4
commit 8e73a6ef93
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
"git" { >= "3.7.0"}
"git-mirage" { >= "3.7.0" & < "3.8.0"}
"git-paf" { >= "3.7.0"}
"irmin-mirage-git" { >= "2.10.0"}
"irmin-mirage-git" { >= "2.10.0" & < "3.0.0"}
"letsencrypt" { >= "0.3.0"}
"logs"
"lwt"

View file

@ -10,7 +10,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
"git" { >= "3.7.0"}
"git-mirage" { >= "3.7.0" & < "3.8.0"}
"git-paf" { >= "3.7.0"}
"irmin-mirage-git" { >= "2.10.0"}
"irmin-mirage-git" { >= "2.10.0" & < "3.0.0"}
"letsencrypt" { >= "0.3.0"}
"logs"
"lwt"