tar-mirage: fix constraint

This commit is contained in:
Hannes Mehnert 2022-09-27 17:33:41 +02:00
parent 8d67d0ba60
commit 9a47c53208

View file

@ -19,7 +19,7 @@ depends: [
"cstruct" {>= "1.9.0"} "cstruct" {>= "1.9.0"}
"lwt" {>= "5.6.0"} "lwt" {>= "5.6.0"}
"mirage-block" {>= "2.0.0"} "mirage-block" {>= "2.0.0"}
"mirage-kv" {>= "3.0.0" & < "5.0.0"} "mirage-kv" {>= "5.0.0"}
"ptime" "ptime"
"tar" {= version} "tar" {= version}
"mirage-block-unix" {with-test & >= "2.5.0"} "mirage-block-unix" {with-test & >= "2.5.0"}