Skip to content

Commit

Permalink
Add lower bounds on eio.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Nov 6, 2023
1 parent 3147b75 commit e1b1461
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
(depends
(grpc
(= :version))
eio
(eio (>= 0.12))
stringext))

(package
Expand All @@ -96,7 +96,7 @@
tls-async
(lwt_ssl (>= 1.2.0))
(mdx (and (>= 2.2.1) :with-test))
(eio_main (>= 0.10))
(eio_main (>= 0.12))
stringext))

(package
Expand Down
2 changes: 1 addition & 1 deletion grpc-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
depends: [
"dune" {>= "3.7"}
"grpc" {= version}
"eio"
"eio" {>= "0.12"}
"stringext"
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion grpc-examples.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ depends: [
"tls-async"
"lwt_ssl" {>= "1.2.0"}
"mdx" {>= "2.2.1" & with-test}
"eio_main" {>= "0.10"}
"eio_main" {>= "0.12"}
"stringext"
"odoc" {with-doc}
]
Expand Down

0 comments on commit e1b1461

Please sign in to comment.