mirror of https://github.com/fafhrd91/actix-net
prepare actix-codec release 0.5.0
This commit is contained in:
parent
d1d9823d05
commit
2452597403
|
@ -1,6 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
|
||||
|
||||
## 0.5.0 - 2022-02-15
|
||||
- Updated `tokio-util` dependency to `0.7.0`. [#???]
|
||||
|
||||
[#338]: https://github.com/actix/actix-net/pull/338
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "actix-codec"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
"Rob Ede <robjtede@icloud.com>",
|
||||
|
|
|
@ -41,7 +41,7 @@ tokio = { version = "1.13.1", features = ["sync"] }
|
|||
tokio-uring = { version = "0.2", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-codec = "0.4.2"
|
||||
actix-codec = "0.5.0"
|
||||
actix-rt = "2.6.0"
|
||||
|
||||
bytes = "1"
|
||||
|
|
|
@ -42,7 +42,7 @@ native-tls = ["tokio-native-tls"]
|
|||
uri = ["http"]
|
||||
|
||||
[dependencies]
|
||||
actix-codec = "0.4.2"
|
||||
actix-codec = "0.5.0"
|
||||
actix-rt = { version = "2.2.0", default-features = false }
|
||||
actix-service = "2.0.0"
|
||||
actix-utils = "3.0.0"
|
||||
|
|
Loading…
Reference in New Issue