re-export tokio_util::io::poll_read_buf

This commit is contained in:
fakeshadow 2020-12-05 13:53:39 +08:00
parent c1954d762d
commit ac2d63b417
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## Unreleased - 2020-xx-xx
* Upgrade `pin-project` to `1.0`.
* Update `tokio` dependency to 0.3.1.
* Update `tokio-util` dependency to 0.4.
* Update `tokio-util` dependency to 0.5.1.
## 0.3.0 - 2020-08-23
* No changes from beta 2.

View File

@ -20,3 +20,4 @@ pub use self::framed::{Framed, FramedParts};
pub use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
pub use tokio_util::codec::{Decoder, Encoder};
pub use tokio_util::io::poll_read_buf;