prep release

This commit is contained in:
Nikolay Kim 2021-12-24 18:19:41 +06:00
parent 037e195da4
commit 531bafbae2
9 changed files with 19 additions and 363 deletions

View file

@ -1,6 +1,8 @@
# Changes
## [0.1.0-b.5] - 2021-12-xx
## [0.1.0-b.5] - 2021-12-24
* Use new ntex-service traits
* Make `IoBoxed` into spearate type

View file

@ -25,11 +25,12 @@ tokio-traits = ["tok-io/net", "tok-io/rt"]
tokio = ["tok-io/net", "tok-io/rt"]
[dependencies]
bitflags = "1.3"
ntex-codec = "0.6.0"
ntex-bytes = "0.1.8"
ntex-util = "0.1.4"
ntex-service = "0.3.0"
ntex-service = "0.3.0-b.0"
bitflags = "1.3"
fxhash = "0.2.1"
log = "0.4"
pin-project-lite = "0.2"