Skip to content

Commit

Permalink
Merge pull request #136 from hannesm/eio-ocaml5
Browse files Browse the repository at this point in the history
tar-eio: require ocaml 5.0+
  • Loading branch information
hannesm authored Feb 1, 2024
2 parents d1c2689 + d210a17 commit 4db9b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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))
)
Expand Down
2 changes: 1 addition & 1 deletion tar-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4db9b2c

Please sign in to comment.