File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.6.4 (March 9, 2021)
2+
3+ ### Added
4+
5+ - codec: ` AnyDelimiter ` codec ([ #3406 ] )
6+ - sync: add pollable ` mpsc::Sender ` ([ #3490 ] )
7+
8+ ### Fixed
9+
10+ - codec: ` LinesCodec ` should only return ` MaxLineLengthExceeded ` once per line ([ #3556 ] )
11+ - sync: fuse PollSemaphore ([ #3578 ] )
12+
13+ [ #3406 ] : https://github.com/tokio-rs/tokio/pull/3406
14+ [ #3490 ] : https://github.com/tokio-rs/tokio/pull/3490
15+ [ #3556 ] : https://github.com/tokio-rs/tokio/pull/3556
16+ [ #3578 ] : https://github.com/tokio-rs/tokio/pull/3578
17+
118# 0.6.3 (January 31, 2021)
219
320### Added
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ name = "tokio-util"
66# - Cargo.toml
77# - Update CHANGELOG.md.
88# - Create "tokio-util-0.6.x" git tag.
9- version = " 0.6.3 "
9+ version = " 0.6.4 "
1010edition = " 2018"
1111authors = [
" Tokio Contributors <[email protected] >" ]
1212license = " MIT"
1313repository = " https://github.com/tokio-rs/tokio"
1414homepage = " https://tokio.rs"
15- documentation = " https://docs.rs/tokio-util/0.6.3 /tokio_util"
15+ documentation = " https://docs.rs/tokio-util/0.6.4 /tokio_util"
1616description = """
1717Additional utilities for working with Tokio.
1818"""
You can’t perform that action at this time.
0 commit comments