Skip to content

Commit

Permalink
Add missing log.threaded library to eio examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
mefyl committed Jun 30, 2023
1 parent 8151742 commit 2ea9669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cohttp-eio/examples/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(executables
(names server1 client1 docker_client client_timeout)
(libraries cohttp-eio eio_main eio.unix fmt unix logs.fmt))
(libraries cohttp-eio eio_main eio.unix fmt unix logs.fmt logs.threaded))

(alias
(name runtest)
Expand Down

0 comments on commit 2ea9669

Please sign in to comment.