Skip to content

Commit

Permalink
Fix Async deprecation warnings (#78)
Browse files Browse the repository at this point in the history
* Fix Async deprecation warnings

* Silence Async deprecation warnings.

---------

Co-authored-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
tmcgilchrist and anmonteiro authored Aug 16, 2024
1 parent 84c0b3e commit a2b11e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unreleased
--------------
- gluten-async: Silence async deprecation warnings
([#78)(https://github.com/anmonteiro/gluten/pull/78))

0.5.1 2024-06-04
--------------

Expand Down
3 changes: 2 additions & 1 deletion async/dune
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
from
(tls-async -> tls_io.real.ml)
(!tls-async -> tls_io.dummy.ml)))
(modules gluten_async gluten_async_intf ssl_io tls_io))
(modules gluten_async gluten_async_intf ssl_io tls_io)
(flags (:standard -w -3)))

0 comments on commit a2b11e8

Please sign in to comment.