this repo has no description

Merge pull request #23197 from psafont/patch-1

Update cstruct bounds of vhd-format

Changed files
+1 -1
packages
vhd-format
vhd-format.0.12.3
+1 -1
packages/vhd-format/vhd-format.0.12.3/opam
···
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
"ocaml" {>= "4.03.0"}
-
"cstruct" {>= "1.9" & < "6.0.0"}
+
"cstruct" {>= "1.9" & < "6.1.0"}
"io-page"
"rresult" {>= "0.3.0"}
"uuidm" {>= "0.9.6"}