1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

prepare actix-codec release 0.4.2

This commit is contained in:
Rob Ede
2021-12-31 08:08:14 +00:00
parent 5058e2d14e
commit b552d847ed
4 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2021-xx-xx
## 0.4.2 - 2021-12-31
- No significant changes since `0.4.1`.
## 0.4.1 - 2021-11-05
- Added `LinesCodec.` [#338]
- `Framed::poll_ready` flushes when the buffer is full. [#409]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-codec"
version = "0.4.1"
version = "0.4.2"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
@ -24,7 +24,7 @@ futures-sink = { version = "0.3.7", default-features = false }
log = "0.4"
memchr = "2.3"
pin-project-lite = "0.2"
tokio = "1.5.1"
tokio = "1.13.1"
tokio-util = { version = "0.6", features = ["codec", "io"] }
[dev-dependencies]