Set upper bound on mirage-block-partition
In preparation of a breaking change.
This commit is contained in:
parent
b3a74b0c1d
commit
61be0a3ff5
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ let mirror =
|
||||||
package "opam-file-format" ;
|
package "opam-file-format" ;
|
||||||
package ~min:"2.2.0" ~sublibs:[ "gz" ] "tar" ;
|
package ~min:"2.2.0" ~sublibs:[ "gz" ] "tar" ;
|
||||||
package ~min:"2.2.0" "tar-mirage" ;
|
package ~min:"2.2.0" "tar-mirage" ;
|
||||||
package "mirage-block-partition" ;
|
package ~max:"0.2.0" "mirage-block-partition" ;
|
||||||
package "oneffs" ;
|
package "oneffs" ;
|
||||||
]
|
]
|
||||||
(block @-> time @-> pclock @-> stackv4v6 @-> git_client @-> alpn_client @-> job)
|
(block @-> time @-> pclock @-> stackv4v6 @-> git_client @-> alpn_client @-> job)
|
||||||
|
|
Loading…
Reference in a new issue