diff --git a/dune-project b/dune-project index a34106a..401fc94 100644 --- a/dune-project +++ b/dune-project @@ -91,7 +91,7 @@ ) (tags ("org:xapi-project" "org:mirage")) (depends - (ocaml (>= 4.08.0)) + (ocaml (>= 5.00.0)) (eio (and (>= 0.10.0) (< 0.12))) (tar (= :version)) ) diff --git a/tar-eio.opam b/tar-eio.opam index 572845c..ce4e32e 100644 --- a/tar-eio.opam +++ b/tar-eio.opam @@ -21,7 +21,7 @@ doc: "https://mirage.github.io/ocaml-tar/" bug-reports: "https://github.com/mirage/ocaml-tar/issues" depends: [ "dune" {>= "2.9"} - "ocaml" {>= "4.08.0"} + "ocaml" {>= "5.00.0"} "eio" {>= "0.10.0" & < "0.12"} "tar" {= version} "odoc" {with-doc}