Skip to content

Commit

Permalink
Add constraint on eio
Browse files Browse the repository at this point in the history
In order to fix CI
  • Loading branch information
reynir committed Sep 7, 2023
1 parent ed63bd9 commit 8d3533b
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))
(eio (>= 0.10.0))
(eio (and (>= 0.10.0) (< 0.12)))
(tar (= :version))
)
)
2 changes: 1 addition & 1 deletion tar-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bug-reports: "https://github.com/mirage/ocaml-tar/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08.0"}
"eio" {>= "0.10.0"}
"eio" {>= "0.10.0" & < "0.12"}
"tar" {= version}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 8d3533b

Please sign in to comment.