tar-mirage: fix constraint
This commit is contained in:
parent
8d67d0ba60
commit
9a47c53208
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||||
|
|
Loading…
Reference in a new issue