Skip to content

Commit

Permalink
Remove upper bound on eio constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
mefyl committed Sep 30, 2023
1 parent 7a598e5 commit 704538a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cohttp-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"dune" {>= "3.0"}
"base-domains"
"cohttp" {= version}
"eio" {>= "0.12" & < "0.13"}
"eio" {>= "0.12"}
"eio_main" {with-test}
"mdx" {with-test}
"uri" {with-test}
Expand Down
4 changes: 1 addition & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,7 @@
(cohttp
(= :version))
(eio
(and
(>= 0.12)
(< 0.13)))
(>= 0.12))
(eio_main :with-test)
(mdx :with-test)
(uri :with-test)
Expand Down

0 comments on commit 704538a

Please sign in to comment.