Skip to content

Commit

Permalink
don't select digestif implementation (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Aug 1, 2024
1 parent f982c11 commit c126014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion async/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library
(name httpun_ws_async)
(public_name httpun-ws-async)
(libraries async core gluten-async httpun-ws digestif.ocaml))
(libraries async core gluten-async httpun-ws digestif))
2 changes: 1 addition & 1 deletion eio/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library
(name httpun_ws_eio)
(public_name httpun-ws-eio)
(libraries httpun-ws gluten-eio eio digestif.ocaml base64))
(libraries httpun-ws gluten-eio eio digestif base64))
2 changes: 1 addition & 1 deletion lwt/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library
(name httpun_ws_lwt)
(public_name httpun-ws-lwt)
(libraries httpun-ws gluten-lwt lwt digestif.ocaml))
(libraries httpun-ws gluten-lwt lwt digestif))

0 comments on commit c126014

Please sign in to comment.