util: prepare v0.5.1 release (#3210)

### Added

- io: `poll_read_buf` util fn (#2972).
- io: `poll_write_buf` util fn with vectored write support (#3156).

Signed-off-by: Eliza Weisman <[email protected]>
This commit is contained in:
Eliza Weisman
2020-12-03 15:30:52 -08:00
committed by GitHub
parent 647299866a
commit 00500d1b35
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-util/0.5.0")]
#![doc(html_root_url = "https://docs.rs/tokio-util/0.5.1")]
#![allow(clippy::needless_doctest_main)]
#![warn(
missing_debug_implementations,