File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed
Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.5.2
6+
57- Minimum supported Rust version (MSRV) is now 1.65.
68
79## 0.5.1
810
9- - Logs emitted now use the ` tracing ` crate with ` log ` compatibility. [ # 451 ]
11+ - Logs emitted now use the ` tracing ` crate with ` log ` compatibility.
1012- Minimum supported Rust version (MSRV) is now 1.49.
1113
12- [ #451 ] : https://github.com/actix/actix-net/pull/451
13-
1414## 0.5.0
1515
16- - Updated ` tokio-util ` dependency to ` 0.7.0 ` . [ #446 ]
17-
18- [ #446 ] : https://github.com/actix/actix-net/pull/446
16+ - Updated ` tokio-util ` dependency to ` 0.7.0 ` .
1917
2018## 0.4.2
2119
2220- No significant changes since ` 0.4.1 ` .
2321
2422## 0.4.1
2523
26- - Added ` LinesCodec. ` [ #338 ]
27- - ` Framed::poll_ready ` flushes when the buffer is full. [ #409 ]
28-
29- [ #338 ] : https://github.com/actix/actix-net/pull/338
30- [ #409 ] : https://github.com/actix/actix-net/pull/409
24+ - Added ` LinesCodec ` .
25+ - ` Framed::poll_ready ` flushes when the buffer is full.
3126
3227## 0.4.0
3328
3429- No significant changes since v0.4.0-beta.1.
3530
3631## 0.4.0-beta.1
3732
38- - Replace ` pin-project ` with ` pin-project-lite ` . [ #237 ]
39- - Upgrade ` tokio ` dependency to ` 1 ` . [ #237 ]
40- - Upgrade ` tokio-util ` dependency to ` 0.6 ` . [ #237 ]
41- - Upgrade ` bytes ` dependency to ` 1 ` . [ #237 ]
42-
43- [ #237 ] : https://github.com/actix/actix-net/pull/237
33+ - Replace ` pin-project ` with ` pin-project-lite ` .
34+ - Upgrade ` tokio ` dependency to ` 1 ` .
35+ - Upgrade ` tokio-util ` dependency to ` 0.6 ` .
36+ - Upgrade ` bytes ` dependency to ` 1 ` .
4437
4538## 0.3.0
4639
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-codec"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44authors = [
55 " Nikolay Kim <[email protected] >" ,
66
You can’t perform that action at this time.
0 commit comments