Merge pull request 'Set upper bound on mirage-block-partition' (#29) from partition-bounds into main

Reviewed-on: #29
This commit is contained in:
Reynir Björnsson 2024-03-21 10:35:14 +00:00
commit e002bf8730

View file

@ -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)