prep release

This commit is contained in:
Nikolay Kim 2021-12-20 21:40:42 +06:00
parent 3bde3930a8
commit 7f1ff246f3
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.0-b.1] - 2021-12-20
* Update ntex-io
## [0.1.0-b.0] - 2021-12-19
* Initial impl

View file

@ -26,7 +26,7 @@ rustls = ["tls_rust"]
[dependencies]
ntex-bytes = "0.1.8"
ntex-io = "0.1.0-b.0"
ntex-io = "0.1.0-b.1"
ntex-util = "0.1.3"
ntex-service = "0.2.1"
pin-project-lite = "0.2"