Skip to content

Commit

Permalink
Fix dependencies for eio and async
Browse files Browse the repository at this point in the history
We don't require the `h2-{async,eio,lwt}` packages anymore in the
`.opam` files, so we can't have them in the `dune` files either
  • Loading branch information
quernd committed Nov 1, 2023
1 parent 864ce01 commit 98fce59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/grpc-async/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name grpc_async)
(public_name grpc-async)
(libraries grpc h2 h2-async stringext async)
(libraries grpc h2 stringext async)
(preprocess
(pps ppx_jane)))
2 changes: 1 addition & 1 deletion lib/grpc-eio/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library
(name grpc_eio)
(public_name grpc-eio)
(libraries grpc h2-eio))
(libraries grpc h2 eio))

0 comments on commit 98fce59

Please sign in to comment.